Skip to content

Commit

Permalink
Increased wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
honeytung committed Jul 3, 2024
1 parent cd34d62 commit 1bd778f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/api/test_motdet.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,7 @@ def test_motion_detection_not_sufficient_if_doesnt_meet_conf_threshold(gl: Groun

# If the time difference exceeded the wait time, that means the ML has time out and will just return the previous
# result
if time_diff < wait_time:
assert new_response.id.startswith("iq_"), (
"ImageQuery id should start with 'iq_' because it was created on the cloud, because the cached mot det "
"response did not meet the confidence threshold"
)
assert new_response.id.startswith("iq_"), (
"ImageQuery id should start with 'iq_' because it was created on the cloud, because the cached mot det "
"response did not meet the confidence threshold"
)

0 comments on commit 1bd778f

Please sign in to comment.