diff --git a/src/build/citest/autocitest b/src/build/citest/autocitest index f742f60bbbe..3d29d0e38d7 100755 --- a/src/build/citest/autocitest +++ b/src/build/citest/autocitest @@ -357,8 +357,9 @@ while [ $(($modsstarted)) -lt 1 -o $(($modsstarted)) -ne $(($modscompleted)) ]; exit 1 fi - if [ "$loopcount" -ge 54 ]; then - echo "ERROR: timed out after 18 minutes waiting for until test completion" + if [ "$loopcount" -ge 75 ]; then + timestamp=`date +'%H:%M:%S'` + echo "$timestamp ERROR: timed out after 25 minutes waiting for until test completion" autosim $NOWIN --simcmd "hb-Ps" timeout=$(($modsstarted - $modscompleted)) break