X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc5bee0a1522852cdbe3c87a7f8cbfd43cbb4e58..a97cefbabff29c566c0859d3e735c79a6f3032b6:/wxPython/distrib/all/build-rpm?ds=inline diff --git a/wxPython/distrib/all/build-rpm b/wxPython/distrib/all/build-rpm index f53be94cdc..e95431c255 100755 --- a/wxPython/distrib/all/build-rpm +++ b/wxPython/distrib/all/build-rpm @@ -39,14 +39,14 @@ if [ $skiplinux != yes ]; then hostAvailable=yes else # Attempt to start the host via it's coLinux host, if there is one - if [ $coHost != none ]; then + if [ $coHost != none -a $startcohost == yes ]; then if TestOnline $coHost; then echo "Attempting to start $host via coLinux on $coHost..." ssh $coHost "/c/coLinux/VMs/$host.bat -d > /dev/null 2>&1 &" # Give it time to boot and be ready for conenctions, # and then test with ssh, limiting retries. - for x in `seq 12`; do + for x in `seq 36`; do sleep 5 echo "checking..." if ssh root@$host "true" >/dev/null 2>&1; then @@ -96,3 +96,5 @@ if [ $skiplinux != yes ]; then sleep 10 fi fi + +sleep 30