Skip to content

Commit 608f62a

Browse files
committed
Increase restart timeout .. still fighting some test stability issues.
1 parent 497f3a6 commit 608f62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def delete_app(service, name):
3131
apps.delete(name)
3232
restart(service)
3333

34-
def restart(service, timeout=60):
34+
def restart(service, timeout=120):
3535
"""Restart the given service and wait for it to wake back up."""
3636
service.restart()
3737
sleep(5) # Wait for service to notice restart

0 commit comments

Comments
 (0)