Admin/isatest/isatest-check
changeset 25912 a1a3f614dd86
parent 22411 1956d895a4ed
child 28439 a978bd4d956e
--- a/Admin/isatest/isatest-check	Mon Jan 14 21:42:58 2008 +0100
+++ b/Admin/isatest/isatest-check	Mon Jan 14 23:19:28 2008 +0100
@@ -48,7 +48,7 @@
 
 # check if tests are still running, wait for them a couple of hours
 i=0
-while [ -n "$(ls $RUNNING)" -a $i -lt 8 ]; do 
+while [ -n "$(ls $RUNNING)" -a $i -lt 10 ]; do 
     sleep 3600
     let "i = i+1"
 done