small fix

This commit is contained in:
2026-07-26 20:21:46 +02:00
parent f037409f99
commit 54c52afe5a
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ def process():
notify_failure(url)
# avoid hammering services
time.sleep(60)
time.sleep(300)
if __name__ == "__main__":