forked from M-Labs/nix-scripts
windows tests: increase testTimeout to 10 minutes
This commit is contained in:
parent
e3b46e9f74
commit
9165f72122
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs ? import <nixpkgs> {},
|
{ pkgs ? import <nixpkgs> {},
|
||||||
diskImage ? "/opt/windows/c.img",
|
diskImage ? "/opt/windows/c.img",
|
||||||
qemuMem ? "2G",
|
qemuMem ? "2G",
|
||||||
testTimeout ? 180,
|
testTimeout ? 600,
|
||||||
artiqPkg ? import ../conda-artiq.nix { inherit pkgs; },
|
artiqPkg ? import ../conda-artiq.nix { inherit pkgs; },
|
||||||
testCommand ? "python -m unittest discover -v artiq.test",
|
testCommand ? "python -m unittest discover -v artiq.test",
|
||||||
}:
|
}:
|
||||||
|
|
Loading…
Reference in New Issue