From f644e298ae7a4bf16950cc3ea457728d6429e9c1 Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Sun, 30 Sep 2018 21:50:07 +0200 Subject: [PATCH] linux kernel: increase build timeout from 2 to 4 hrs We've recently seen a lot of kernel build timeouts on hydra, so let's increase the timeout. --- pkgs/os-specific/linux/kernel/manual-config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/manual-config.nix b/pkgs/os-specific/linux/kernel/manual-config.nix index 97921f07e82cf..5e60235820828 100644 --- a/pkgs/os-specific/linux/kernel/manual-config.nix +++ b/pkgs/os-specific/linux/kernel/manual-config.nix @@ -247,7 +247,7 @@ let maintainers.thoughtpolice ]; platforms = platforms.linux; - timeout = 7200; # 2 hours + timeout = 14400; # 4 hours } // extraMeta; }; in