shoudl be 1 s to stop problems with history index

This commit is contained in:
dgtlmoon
2023-06-28 09:16:08 +02:00
parent 7d43539eda
commit 91f0d02129
+1 -1
View File
@@ -107,7 +107,7 @@ def wait_for_all_checks(client):
attempt=0
time.sleep(0.1)
while attempt < 60:
time.sleep(0.5)
time.sleep(1)
res = client.get(url_for("index"))
if not b'Checking now' in res.data:
break