forked from M-Labs/nix-scripts
windows tests: increase boot wait delay
Perhaps it just needs more time when there is load on the host? Related to Gitea issue #22
This commit is contained in:
parent
6ca5ab5aac
commit
dd61844e34
|
@ -52,7 +52,7 @@ stdenv.mkDerivation {
|
||||||
]} &
|
]} &
|
||||||
|
|
||||||
echo "Wait for Windows to boot"
|
echo "Wait for Windows to boot"
|
||||||
sleep 10
|
sleep 30
|
||||||
${ssh "ver"}
|
${ssh "ver"}
|
||||||
i=0
|
i=0
|
||||||
for pkg in ${sipycoPkg}/noarch/sipyco*.tar.bz2 ${artiqPkg}/noarch/artiq*.tar.bz2 ; do
|
for pkg in ${sipycoPkg}/noarch/sipyco*.tar.bz2 ${artiqPkg}/noarch/artiq*.tar.bz2 ; do
|
||||||
|
|
Loading…
Reference in New Issue