summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2014-03-19 09:05:28 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-19 14:12:12 -0500
commite7ac12283e3b48c9ee0dbe4361e6cc591c06a957 (patch)
tree671b1f9262aa891abdf09b444f6c3a70962b4228 /src/build
parent9ef3e1b8cd5d2ee02984478b1882677331da08fa (diff)
downloadtalos-hostboot-e7ac12283e3b48c9ee0dbe4361e6cc591c06a957.tar.gz
talos-hostboot-e7ac12283e3b48c9ee0dbe4361e6cc591c06a957.zip
Increase citest timeout to 10 minutes
Change-Id: I422e16da2782b3d9d537ef2f7383ff1de08c7c99 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9735 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/citest/autocitest6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/citest/autocitest b/src/build/citest/autocitest
index d79737637..d3557e01a 100755
--- a/src/build/citest/autocitest
+++ b/src/build/citest/autocitest
@@ -6,7 +6,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011,2013
+# COPYRIGHT International Business Machines Corp. 2011,2014
#
# p1
#
@@ -365,8 +365,8 @@ while [ $(($modsstarted)) -lt 1 -o $(($modsstarted)) -ne $(($modscompleted)) ];
echo "ModulesStarted:ModulesCompleted => $modsstarted:$modscompleted"
- if [ "$loopcount" -gt 60 ]; then
- echo "ERROR: timed out after 5 minutes"
+ if [ "$loopcount" -gt 120 ]; then
+ echo "ERROR: timed out after 10 minutes"
autosim $NOWIN --simcmd "hb-Ps"
timeout=$(($modsstarted - $modscompleted))
break
OpenPOWER on IntegriCloud