diff --git a/changedetectionio/tests/util.py b/changedetectionio/tests/util.py index 45ab204b3..13e3fff9d 100644 --- a/changedetectionio/tests/util.py +++ b/changedetectionio/tests/util.py @@ -107,7 +107,7 @@ def wait_for_all_checks(client): attempt=0 time.sleep(0.1) while attempt < 60: - time.sleep(0.5) + time.sleep(1) res = client.get(url_for("index")) if not b'Checking now' in res.data: break