From dd61844e34dcd33e3f1e324d967e5b493cc81912 Mon Sep 17 00:00:00 2001 From: Stephan Maka Date: Mon, 16 Dec 2019 22:51:30 +0100 Subject: [PATCH] windows tests: increase boot wait delay Perhaps it just needs more time when there is load on the host? Related to Gitea issue #22 --- artiq-fast/windows/run-test.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/windows/run-test.nix b/artiq-fast/windows/run-test.nix index 3e44780..6293d2e 100644 --- a/artiq-fast/windows/run-test.nix +++ b/artiq-fast/windows/run-test.nix @@ -52,7 +52,7 @@ stdenv.mkDerivation { ]} & echo "Wait for Windows to boot" - sleep 10 + sleep 30 ${ssh "ver"} i=0 for pkg in ${sipycoPkg}/noarch/sipyco*.tar.bz2 ${artiqPkg}/noarch/artiq*.tar.bz2 ; do