longer time out for test (kleing)
authorisatest
Fri, 14 Oct 2005 13:04:38 +0200
changeset 17847 5d5cada76409
parent 17846 6fd3261a1be0
child 17848 de5d9d5e99f5
longer time out for test (kleing)
Admin/isatest-check
--- a/Admin/isatest-check	Fri Oct 14 11:36:14 2005 +0200
+++ b/Admin/isatest-check	Fri Oct 14 13:04:38 2005 +0200
@@ -46,9 +46,9 @@
 
 ## main
 
-# check if tests are still running, wait for them to finish for max 5h
+# check if tests are still running, wait for them a couple of hours
 i=0
-while [ -n "$(ls $RUNNING)" -a $i -lt 5 ]; do 
+while [ -n "$(ls $RUNNING)" -a $i -lt 8 ]; do 
     sleep 3600
     let "i = i+1"
 done