From bce3b00728c8403787158ef7ba292178be2ac022 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 26 Oct 2025 00:44:08 +0200 Subject: [PATCH] Needed some delay? --- changedetectionio/tests/test_automatic_follow_ldjson_price.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_automatic_follow_ldjson_price.py b/changedetectionio/tests/test_automatic_follow_ldjson_price.py index b4b674ccd..c1cebeba0 100644 --- a/changedetectionio/tests/test_automatic_follow_ldjson_price.py +++ b/changedetectionio/tests/test_automatic_follow_ldjson_price.py @@ -96,7 +96,7 @@ def test_check_ldjson_price_autodetect(client, live_server, measure_memory_usage # Accept it uuid = next(iter(live_server.app.config['DATASTORE'].data['watching'])) - #time.sleep(1) + time.sleep(3) client.get(url_for('price_data_follower.accept', uuid=uuid, follow_redirects=True)) client.get(url_for("ui.form_watch_checknow"), follow_redirects=True) wait_for_all_checks(client)