hydra-queue-runner: configure build and silent timeout
Three hours silent timeout come from the Mac builders; the Linux builders only ever had two hours. The build timeout I don't know, but more than a day seems like a scheduling mistake.
Martin Weinelt committed
Jun 23, 2026 at 10:40 UTC
3893aabebabd125fd0c23aee05dca27b07caa17c
1 file changed
+2
build/hydra-queue-runner.nix
+2
@@ -94,6 +94,8 @@ in
94
# bump from the 120s default: builder reconnects briefly drop their
95
# system and we'd abort buildable steps as unsupported (hydra#1805)
96
maxUnsupportedTimeInS = 86400;
97
+ maxSilentTime = 3 * 3600;
98
+ buildTimeout = 86400;
99
concurrentUploadLimit = 48;
100
maxConcurrentDownloads = 48;
101
remoteStoreAddr = [