shoudl be 1 s to stop problems with history index

test-cleanups
dgtlmoon 1 year ago
parent 7d43539eda
commit 91f0d02129

@ -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

Loading…
Cancel
Save