windows tests: increase boot wait delay

Perhaps it just needs more time when there is load on the host? Related
to Gitea issue #22
wfvm
Astro 2019-12-16 22:51:30 +01:00
parent 6ca5ab5aac
commit dd61844e34
1 changed files with 1 additions and 1 deletions

View File

@ -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