windows tests: bump testTimeout=180, diskImageSize=22G

stm32-no-overlay
Astro 2019-04-14 02:00:37 +02:00 committed by Sébastien Bourdeauducq
parent 858b3de2e4
commit 138f5d3b8f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ pkgs ? import <nixpkgs> {},
diskImage ? "/opt/windows/c.img",
qemuMem ? "2G",
testTimeout ? 120,
testTimeout ? 180,
artiqPkg ? import ../conda-artiq.nix { inherit pkgs; },
}:

View File

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {},
diskImageSize ? "20G",
diskImageSize ? "22G",
qemuMem ? "4G",
}: