File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ dev = [
234234 " Pygments==2.15.0" ,
235235 " Sphinx-Substitution-Extensions==2022.2.16" ,
236236 " Sphinx==6.1.3" ,
237- " VWS-Python-Mock==2023.3.26 " ,
237+ " VWS-Python-Mock==2023.4.8 " ,
238238 " VWS-Test-Fixtures==2023.3.5" ,
239239 " black==23.3.0" ,
240240 " check-manifest==0.49" ,
Original file line number Diff line number Diff line change @@ -97,7 +97,10 @@ def test_active_matching_targets_delete_processing(
9797 )
9898 vws_client .wait_for_target_processed (target_id = target_id )
9999 vws_client .delete_target (target_id = target_id )
100- time .sleep (0.2 )
100+ # This matches the "query_recognizes_deletion_seconds" setting to
101+ # ``MockVWS``.
102+ query_recognizes_deletion_seconds = 2
103+ time .sleep (query_recognizes_deletion_seconds )
101104 with pytest .raises (ActiveMatchingTargetsDeleteProcessing ):
102105 cloud_reco_client .query (image = high_quality_image )
103106
You can’t perform that action at this time.
0 commit comments