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 -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

Reply via email to