linux kernel: increase build timeout from 2 to 4 hrs (#47564)
We've recently seen a lot of kernel build timeouts on hydra, so let's increase the timeout.
This commit is contained in:
@@ -247,7 +247,7 @@ let
|
|||||||
maintainers.thoughtpolice
|
maintainers.thoughtpolice
|
||||||
];
|
];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
timeout = 7200; # 2 hours
|
timeout = 14400; # 4 hours
|
||||||
} // extraMeta;
|
} // extraMeta;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|||||||
Reference in New Issue
Block a user