We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ddce0 commit 1fe6bf4Copy full SHA for 1fe6bf4
changedetectionio/flask_app.py
@@ -978,7 +978,7 @@ def ticker_thread_check_time_launch_checks():
978
logger.debug(f"System env MINIMUM_SECONDS_RECHECK_TIME {recheck_time_minimum_seconds}")
979
980
# Workers are now started during app initialization, not here
981
- WAIT_TIME_BETWEEN_LOOP = 1.0 if not IN_PYTEST else 0.0001
+ WAIT_TIME_BETWEEN_LOOP = 1.0 if not IN_PYTEST else 0.01
982
if IN_PYTEST:
983
# The time between loops should be less than the first .sleep/wait in def wait_for_all_checks() of tests/util.py
984
logger.warning(f"Looks like we're in PYTEST! Setting time between searching for items to add to the queue to {WAIT_TIME_BETWEEN_LOOP}s")
0 commit comments