From e2a8a847bc0eeeb822bb58c15e7366c7a3d88760 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 4 Jun 2024 11:59:27 +0200 Subject: [PATCH] Add delay --- changedetectionio/tests/test_automatic_follow_ldjson_price.py | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/tests/test_automatic_follow_ldjson_price.py b/changedetectionio/tests/test_automatic_follow_ldjson_price.py index ff1e6330..f0c0d104 100644 --- a/changedetectionio/tests/test_automatic_follow_ldjson_price.py +++ b/changedetectionio/tests/test_automatic_follow_ldjson_price.py @@ -105,6 +105,7 @@ def test_check_ldjson_price_autodetect(client, live_server): wait_for_all_checks(client) # Trigger a check + time.sleep(1) client.get(url_for("form_watch_checknow"), follow_redirects=True) wait_for_all_checks(client) # Offer should be gone