diff mbox

Go patch committed: Increase default libgo test timeout

Message ID mcrsjnp4hyt.fsf@coign.corp.google.com
State New
Headers show

Commit Message

Ian Lance Taylor Sept. 21, 2011, 11:02 p.m. UTC
I increased the default timeout for the libgo testsuite, simply because
the tests were occasionally failing on my old laptop.  The tests seem
reasonably reliable these days, so the timeout is just a fallback.  Most
of the tests finish much more quickly.  Bootstrapped and ran libgo
testsuite on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian
diff mbox

Patch

diff -r 477a3994d8b8 libgo/testsuite/gotest
--- a/libgo/testsuite/gotest	Wed Sep 21 14:05:37 2011 -0700
+++ b/libgo/testsuite/gotest	Wed Sep 21 16:00:07 2011 -0700
@@ -32,7 +32,7 @@ 
 keep=false
 prefix=
 dejagnu=no
-timeout=60
+timeout=240
 testname=""
 trace=false
 while $loop; do