Longer watchdog delay

merge-requests/30/head
Bob Mottram 2022-07-27 20:44:53 +01:00
parent 61b2207795
commit cf44fd6ee4
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ def run_import_following_watchdog(project_version: str, httpd) -> None:
httpd.thrImportFollowing.clone(run_import_following)
httpd.thrImportFollowing.start()
while True:
time.sleep(20)
time.sleep(50)
if httpd.thrImportFollowing.is_alive():
continue
httpd.thrImportFollowing.kill()