mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-26 21:01:03 +00:00
Longer test timeout
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user