From: Ian Jackson Date: Thu, 29 Oct 2015 00:37:50 +0000 (+0000) Subject: Testing: Increase timeout X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=61f3391ccbc80f515eb7210cc87e314b7058b05f;p=cgi-auth-flexible.git Testing: Increase timeout 5s was too short on zealot. Signed-off-by: Ian Jackson --- 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