summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-05-11 17:40:31 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-05-11 18:45:23 -0400
commitc5fd45bf6a48f00f1b6a0d6ba9357ebc232b7831 (patch)
tree8d41f9e7a906ffb3a0c13ea9fad18c237dda5596 /src/build
parentda1e381aa111a5b76188f4bde0ba05ed4bf0de68 (diff)
downloadtalos-hostboot-c5fd45bf6a48f00f1b6a0d6ba9357ebc232b7831.tar.gz
talos-hostboot-c5fd45bf6a48f00f1b6a0d6ba9357ebc232b7831.zip
Increase the wait for shutdown timer from 40 sec -> 5 min
We were seeing issues where modules were completed and the ci was timing out before it got a shutdown signal. Change-Id: Ibf5f2dc4ecaf1df7e87fbe3f6a5a1bc9052d6617 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40424 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/citest/autocitest2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/citest/autocitest b/src/build/citest/autocitest
index cf07bb990..6254ccabb 100755
--- a/src/build/citest/autocitest
+++ b/src/build/citest/autocitest
@@ -371,7 +371,7 @@ done
echo "====> waiting for shutdown..."
loopcount=0
-while [ "$loopcount" -lt 8 ]; do
+while [ "$loopcount" -lt 64 ]; do
autosim $NOWIN --simcmd "print ((system_cmp0.phys_mem).read 0x$shutdown_status 0x08)" 1> $SBXHOME/shutdown_status.log 2> /dev/null
shutdown_yet=`cat $SBXHOME/shutdown_status.log | awk '/0x/ {print strtonum($1)}'`
if [ "$shutdown_yet" -ne 0 ]; then
OpenPOWER on IntegriCloud