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:
parent
902c6a5d03
commit
83fd9785f6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user