Admin/isatest/isatest-check
changeset 25912 a1a3f614dd86
parent 22411 1956d895a4ed
child 28439 a978bd4d956e
equal deleted inserted replaced
25911:cc3f00949986 25912:a1a3f614dd86
    46 
    46 
    47 ## main
    47 ## main
    48 
    48 
    49 # check if tests are still running, wait for them a couple of hours
    49 # check if tests are still running, wait for them a couple of hours
    50 i=0
    50 i=0
    51 while [ -n "$(ls $RUNNING)" -a $i -lt 8 ]; do 
    51 while [ -n "$(ls $RUNNING)" -a $i -lt 10 ]; do 
    52     sleep 3600
    52     sleep 3600
    53     let "i = i+1"
    53     let "i = i+1"
    54 done
    54 done
    55 
    55 
    56 FAIL=0
    56 FAIL=0