Longer test timeout

This commit is contained in:
Rory&
2026-07-17 05:35:33 +02:00
parent 80402fe24a
commit 82364fcb2c
+1 -1
View File
@@ -28,7 +28,7 @@ in
name = "test-bundle-starts" + lib.optionalString (withIpc != "unix") ("_ipc=" + withIpc);
skipTypeCheck = true;
skipLint = true;
globalTimeout = 300; # 120
globalTimeout = 600; # 300; # 120
nodes.machine = {
imports = [ self.nixosModules.default ];