Skip to content

Commit

Permalink
Increase autocitest timeout to 25 minutes
Browse files Browse the repository at this point in the history
I have seen several runs report with false timeouts during
the ci test, increasing the timeout value from 18 to 25 min.

Change-Id: I7081abde4b87d8e4eb2810f8daa268077d8fc396
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36867
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Feb 23, 2017
1 parent f55ce18 commit 5c52bb3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/build/citest/autocitest
Expand Up @@ -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
Expand Down

0 comments on commit 5c52bb3

Please sign in to comment.