builders: increase max-silent-time to 3 hours
We currently run into Firefox timeouts on 24.11, so let's give it more time to try and unblock the channel.
Martin Weinelt committed
Jun 28, 2025 at 15:12 UTC
6adf9b1941cd081f14e0adcb8fcdead3ae14dec7
1 file changed
+1
-1
builders/common/nix.nix
+1
-1
@@ -37,7 +37,7 @@
37
"build"
38
"root"
39
];
40
- max-silent-time = 7200; # 2h
40
+ max-silent-time = 10800; # 3h
41
};
42
};
43