Skip to content
Snippets Groups Projects
Commit a14008ba authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

increase timeout

parent 44372138
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ def create_jobspec(name, cmdline, environ=None, shell=False, ...@@ -62,7 +62,7 @@ def create_jobspec(name, cmdline, environ=None, shell=False,
cmdline=cmdline, cmdline=cmdline,
environ=environ, environ=environ,
shortname='build_artifact.%s' % (name), shortname='build_artifact.%s' % (name),
timeout_seconds=5*60, timeout_seconds=10*60,
flake_retries=flake_retries, flake_retries=flake_retries,
timeout_retries=timeout_retries, timeout_retries=timeout_retries,
shell=shell) shell=shell)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment