From 9165f72122ffff91765486d8bcea20d3e167bc00 Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Thu, 18 Apr 2019 18:41:28 +0200 Subject: [PATCH] windows tests: increase testTimeout to 10 minutes --- artiq/windows/run-test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/windows/run-test.nix b/artiq/windows/run-test.nix index 01cac4a..8afa2fa 100644 --- a/artiq/windows/run-test.nix +++ b/artiq/windows/run-test.nix @@ -1,7 +1,7 @@ { pkgs ? import {}, 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", }: