Skip to content

Commit 3ef3a66

Browse files
author
Shakeel Mohamed
committed
tests: relax restart timeout
1 parent 9372638 commit 3ef3a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def test_parse_fail(self):
113113

114114
def test_restart(self):
115115
service = client.connect(**self.opts.kwargs)
116-
self.service.restart(timeout=120)
116+
self.service.restart(timeout=300)
117117
service.login() # Make sure we are awake
118118

119119
def test_read_outputs_with_type(self):

0 commit comments

Comments
 (0)