summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-01-14 08:26:42 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-16 16:37:48 -0500
commitf59d7ee7465e2c32d42cfb999f53860b1e5ba92f (patch)
tree6d4a53b5a6c55af3f8fd37029e7ec0ac28e03679 /src/build
parent26a717f2d07ee4937aab4f7b0ce550f09154bc4d (diff)
downloadtalos-hostboot-f59d7ee7465e2c32d42cfb999f53860b1e5ba92f.tar.gz
talos-hostboot-f59d7ee7465e2c32d42cfb999f53860b1e5ba92f.zip
Bump timeout value on Istep tool for long running commands
Change-Id: Id83681f43f52dce91700fbbfec6b36a7a2e6e9c8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34893 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: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/debug/Hostboot/Istep.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/debug/Hostboot/Istep.pm b/src/build/debug/Hostboot/Istep.pm
index b32d526be..be9029d32 100755
--- a/src/build/debug/Hostboot/Istep.pm
+++ b/src/build/debug/Hostboot/Istep.pm
@@ -123,7 +123,7 @@ my $hbCount = $ENV{'HB_COUNT'};
if ( !defined( $hbCount ) || ( $hbCount eq "" ) )
{
## set default
- $hbCount = 0xff; ## default that should work for all env
+ $hbCount = 0x2ff; ## default that should work for all env
}
## init global variables
OpenPOWER on IntegriCloud