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 497f3a6 commit 608f62aCopy full SHA for 608f62a
tests/testlib.py
@@ -31,7 +31,7 @@ def delete_app(service, name):
31
apps.delete(name)
32
restart(service)
33
34
-def restart(service, timeout=60):
+def restart(service, timeout=120):
35
"""Restart the given service and wait for it to wake back up."""
36
service.restart()
37
sleep(5) # Wait for service to notice restart
0 commit comments