From 0a83c4ed37962ad2e545c276012cfd6b61169cda Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 14 May 2013 01:32:38 +1000 Subject: Windows is slow and unreliable. --- BuildReleases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildReleases.sh b/BuildReleases.sh index 15f7b66..a3fd148 100755 --- a/BuildReleases.sh +++ b/BuildReleases.sh @@ -75,7 +75,7 @@ if [ $do_windowsXP -eq 1 ] then echo "Building in qemu, Windows XP." qemu-system-i386 -M pc -cpu athlon -m 2G -hda ${img_windowsXP} -net nic -net user,vlan=0,hostfwd=tcp::2222-:22 -rtc base=localtime & - sleep 30 + sleep 60 #expect -c 'spawn ssh -p 2222 me@localhost ; expect assword ; send " \n" ; interact' <<- zzzzEOFzzzz ssh -p 2222 me@localhost <<- zzzzEOFzzzz # TODO - there has to be a way of avoiding all this hard coded stuff, coz this is way too fragile. -- cgit v1.1