Skip to content

Commit 1655fa5

Browse files
author
Gabriel Monroy
committed
fix(controller): bump timeout to 20 min for image to download
1 parent af4a0d0 commit 1655fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/scheduler/coreos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def _do_ssh(cmd):
281281
return rc, output
282282

283283
# wait for container to start
284-
for _ in range(30):
284+
for _ in range(1200):
285285
rc, _ = _do_ssh('docker inspect {name}'.format(**locals()))
286286
if rc == 0:
287287
break

0 commit comments

Comments
 (0)