summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-07-17 05:35:33 +0200
committerRory& <root@rory.gay>2026-07-17 05:35:33 +0200
commit82364fcb2ca9818f66de922f94d6a4d3cc640e86 (patch)
tree8c0f17484d3c88541739ac64854c97bf2dbd4e18
parentPostgres connection timeout (diff)
downloadserver-ts-82364fcb2ca9818f66de922f94d6a4d3cc640e86.tar.xz
Longer test timeout
-rw-r--r--nix/tests/test-bundle-starts.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/tests/test-bundle-starts.nix b/nix/tests/test-bundle-starts.nix

index c51d835a..1ed616b6 100644 --- a/nix/tests/test-bundle-starts.nix +++ b/nix/tests/test-bundle-starts.nix
@@ -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 ];