summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-05-03 14:27:21 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-03 23:58:29 -0400
commit47a1a8506dd08db2e564d025ccc21ae030044838 (patch)
tree69fbbb280517adbe9d7807afaf869fac071fe776 /src/build
parent39e7f9315a1f026c5890905a12d23a6bc62a0720 (diff)
downloadtalos-hostboot-47a1a8506dd08db2e564d025ccc21ae030044838.tar.gz
talos-hostboot-47a1a8506dd08db2e564d025ccc21ae030044838.zip
Double the timeout for hostboot standalone
IPL has gotten a little longer. We are seeing the IPL itself take over 25 minutes at time, not even starting testcases. Because we are busy and don't have time to look into why things are getting so long we are just going to increase the timeout. Change-Id: I2aba6d3edbbbc34cc1093eed5953a44f5bc87afe Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40033 Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/citest/autocitest4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/citest/autocitest b/src/build/citest/autocitest
index 3d29d0e38..cf07bb990 100755
--- a/src/build/citest/autocitest
+++ b/src/build/citest/autocitest
@@ -357,9 +357,9 @@ while [ $(($modsstarted)) -lt 1 -o $(($modsstarted)) -ne $(($modscompleted)) ];
exit 1
fi
- if [ "$loopcount" -ge 75 ]; then
+ if [ "$loopcount" -ge 150 ]; then
timestamp=`date +'%H:%M:%S'`
- echo "$timestamp ERROR: timed out after 25 minutes waiting for until test completion"
+ echo "$timestamp ERROR: timed out after 50 minutes waiting for until test completion"
autosim $NOWIN --simcmd "hb-Ps"
timeout=$(($modsstarted - $modscompleted))
break
OpenPOWER on IntegriCloud