windows tests: increase testTimeout to 10 minutes

pull/16/head
Astro 2019-04-18 18:41:28 +02:00
parent e3b46e9f74
commit 9165f72122
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {},
diskImage ? "/opt/windows/c.img",
qemuMem ? "2G",
testTimeout ? 180,
testTimeout ? 600,
artiqPkg ? import ../conda-artiq.nix { inherit pkgs; },
testCommand ? "python -m unittest discover -v artiq.test",
}: