Skip to content

Commit

Permalink
linux kernel: increase build timeout from 1hr to 4 hrs (#47564)
Browse files Browse the repository at this point in the history
We've recently seen a lot of kernel build timeouts on hydra,
so let's increase the timeout.

(cherry picked from commit 83fd978 and
resolved conflict)
  • Loading branch information
xeji committed Oct 1, 2018
1 parent ec3497a commit 10eec00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/linux/kernel/manual-config.nix
Expand Up @@ -247,6 +247,7 @@ let
maintainers.thoughtpolice
];
platforms = platforms.linux;
timeout = 14400; # 4 hours
} // extraMeta;
};
in
Expand Down

0 comments on commit 10eec00

Please sign in to comment.