modules/shared/ci-builder: increase max-silent-time
This commit is contained in:
parent
9de658b919
commit
3b7fb88c71
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
# match buildbot timeouts
|
||||
# https://github.com/nix-community/buildbot-nix/blob/85c0b246cc96cc244e4d9889a97c4991c4593dc3/buildbot_nix/__init__.py#L1008
|
||||
nix.settings.max-silent-time = toString (60 * 20);
|
||||
|
||||
# causes problems with cgroups: https://github.com/nix-community/infra/issues/1459#issuecomment-2507146996
|
||||
nix.settings.max-silent-time = toString (60 * 20 * 3); # 3x buildbot
|
||||
|
||||
nix.settings.timeout = toString (60 * 60 * 3);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue