Skip to content

Commit

Permalink
linux kernel: increase build timeout from 2 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.
  • Loading branch information
xeji authored Oct 1, 2018
1 parent 902c6a5 commit 83fd978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/kernel/manual-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ let
maintainers.thoughtpolice
];
platforms = platforms.linux;
timeout = 7200; # 2 hours
timeout = 14400; # 4 hours
} // extraMeta;
};
in
Expand Down

0 comments on commit 83fd978

Please sign in to comment.