Skip to content

Commit

Permalink
add elay
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Sep 9, 2024
1 parent 97f47e7 commit 160c267
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def run_filter_test(client, live_server, content_filter):
res = client.get(url_for("index"))
assert b'Warning, no filters were found' in res.data

time.sleep(2)
# One more check should trigger the _FILTER_FAILURE_THRESHOLD_ATTEMPTS_DEFAULT threshold
client.get(url_for("form_watch_checknow"), follow_redirects=True)
wait_for_all_checks(client)
Expand Down

0 comments on commit 160c267

Please sign in to comment.