Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e1d416

Browse files
committed
increase timeout to recover in RefereeTest.test_winner_restart
1 parent f9a29ec commit 5e1d416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests2/test_referee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def test_winner_restart(self):
133133
# need to start node1 to perform consequent tests
134134
docker_api = docker.Client()
135135
docker_api.start('node1')
136-
time.sleep(20)
136+
time.sleep(35)
137137

138138

139139
if __name__ == '__main__':

0 commit comments

Comments
 (0)