Browse Source

Timeout on docker builds (#3694)

Nate 7 years ago
parent
commit
909e606c8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      toolset/utils/docker_helper.py

+ 1 - 0
toolset/utils/docker_helper.py

@@ -38,6 +38,7 @@ class DockerHelper:
                     dockerfile=dockerfile,
                     tag=tag,
                     forcerm=True,
+                    timeout=3600,
                     pull=True)
                 buffer = ""
                 for token in output: