From 8c5fc602160a9d105b024572920f09186976aee0 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 9 Sep 2024 14:17:15 +0200 Subject: [PATCH] tweak delay --- changedetectionio/tests/test_restock_itemprop.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/tests/test_restock_itemprop.py b/changedetectionio/tests/test_restock_itemprop.py index 65fdf625..e9fd6a39 100644 --- a/changedetectionio/tests/test_restock_itemprop.py +++ b/changedetectionio/tests/test_restock_itemprop.py @@ -182,7 +182,8 @@ def _run_test_minmax_limit(client, extra_watch_edit_form): # price changed to something LESS than min (900), SHOULD be a change set_original_response(props_markup=instock_props[0], price='890.45') # let previous runs wait - time.sleep(1) + time.sleep(2) + res = client.get(url_for("form_watch_checknow"), follow_redirects=True) assert b'1 watches queued for rechecking.' in res.data wait_for_all_checks(client)