[Skiboot] [PATCH] mambo: bump timeout to 90 to account for DEBUG=1

Stewart Smith stewart at linux.vnet.ibm.com
Wed Dec 6 09:21:44 AEDT 2017


Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 test/hello_world/run_mambo_hello_world.sh    | 2 +-
 test/hello_world/run_mambo_p9_hello_world.sh | 2 +-
 test/sreset_world/run_mambo_p9_sreset.sh     | 2 +-
 test/sreset_world/run_mambo_sreset.sh        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/hello_world/run_mambo_hello_world.sh b/test/hello_world/run_mambo_hello_world.sh
index 5bb92bced97d..494b906bdb94 100755
--- a/test/hello_world/run_mambo_hello_world.sh
+++ b/test/hello_world/run_mambo_hello_world.sh
@@ -37,7 +37,7 @@ trap "rm -f -- '$t'" EXIT
 
 ( cd external/mambo; 
 cat <<EOF | expect
-set timeout 30
+set timeout 90
 spawn $MAMBO_PATH/$MAMBO_BINARY -n -f ../../test/hello_world/run_hello_world.tcl
 expect {
 timeout { send_user "\nTimeout waiting for hello world\n"; exit 1 }
diff --git a/test/hello_world/run_mambo_p9_hello_world.sh b/test/hello_world/run_mambo_p9_hello_world.sh
index 022c71e372fd..5d402bb3e7c2 100755
--- a/test/hello_world/run_mambo_p9_hello_world.sh
+++ b/test/hello_world/run_mambo_p9_hello_world.sh
@@ -36,7 +36,7 @@ trap "rm -f -- '$t'" EXIT
 
 ( cd external/mambo; 
 cat <<EOF | expect
-set timeout 30
+set timeout 90
 spawn $P9MAMBO_PATH/$P9MAMBO_BINARY -n -f ../../test/hello_world/run_hello_world.tcl
 expect {
 timeout { send_user "\nTimeout waiting for hello world\n"; exit 1 }
diff --git a/test/sreset_world/run_mambo_p9_sreset.sh b/test/sreset_world/run_mambo_p9_sreset.sh
index 2d0d51a28fe3..19f14c325f74 100755
--- a/test/sreset_world/run_mambo_p9_sreset.sh
+++ b/test/sreset_world/run_mambo_p9_sreset.sh
@@ -35,7 +35,7 @@ trap "rm -f -- '$t'" EXIT
 
 ( cd external/mambo; 
 cat <<EOF | expect
-set timeout 30
+set timeout 90
 spawn $P9MAMBO_PATH/$P9MAMBO_BINARY -n -f ../../test/sreset_world/run_sreset_world.tcl
 expect {
 timeout { send_user "\nTimeout waiting for hello world\n"; exit 1 }
diff --git a/test/sreset_world/run_mambo_sreset.sh b/test/sreset_world/run_mambo_sreset.sh
index 281c466c6221..1c2e63b4ecf8 100755
--- a/test/sreset_world/run_mambo_sreset.sh
+++ b/test/sreset_world/run_mambo_sreset.sh
@@ -37,7 +37,7 @@ trap "rm -f -- '$t'" EXIT
 
 ( cd external/mambo; 
 cat <<EOF | expect
-set timeout 30
+set timeout 90
 spawn $MAMBO_PATH/$MAMBO_BINARY -n -f ../../test/sreset_world/run_sreset_world.tcl
 expect {
 timeout { send_user "\nTimeout waiting for hello world\n"; exit 1 }
-- 
2.14.3



More information about the Skiboot mailing list