ci: raise timeout to 1h
This commit is contained in:
parent
c5038e74f5
commit
8f4dd6fb59
@ -115,6 +115,7 @@ let
|
|||||||
build_name = stage,
|
build_name = stage,
|
||||||
build_script = stages[stage],
|
build_script = stages[stage],
|
||||||
),
|
),
|
||||||
|
timeout = 3600,
|
||||||
command="${pkgs.writeDash "build.sh" ''
|
command="${pkgs.writeDash "build.sh" ''
|
||||||
set -xefu
|
set -xefu
|
||||||
profile=${shell.escape profileRoot}/$build_name
|
profile=${shell.escape profileRoot}/$build_name
|
||||||
|
Loading…
Reference in New Issue
Block a user