From 61f3391ccbc80f515eb7210cc87e314b7058b05f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 Oct 2015 00:37:50 +0000 Subject: [PATCH] Testing: Increase timeout 5s was too short on zealot. Signed-off-by: Ian Jackson --- tests/autotest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/autotest b/tests/autotest index b3118d3..2fc0986 100755 --- a/tests/autotest +++ b/tests/autotest @@ -13,6 +13,7 @@ set env(HOME) $tt set env(CAFTEST_CAF) $pwd set env(TERM) vt100 set env(CAFTEST_NOSRCDUMP) 1 +set env(LC_ALL) en_GB.utf-8 log_user 0 log_file -a $tt/expect.log @@ -21,7 +22,7 @@ proc timeout-abort {} { send_log "\r\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" error "aborting due to timeout" } -set timeout 5 +set timeout 15 expect_after timeout timeout-abort -- 2.30.2