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

make timeout for artifacts even bigger

parent 6677a862
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=15*60, timeout_seconds=30*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.
Please register or to comment