diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-09-21 23:02:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-09-21 23:02:31 +0000 |
commit | 2d778bb7ab273cc8e68c483cce1587d6d943c230 (patch) | |
tree | c3a81048051e98f75b505a982a24f5e3ee0e4cb4 /libgo/testsuite | |
parent | a5682d15250e10bb47ebfc29d696160951855eed (diff) | |
download | gcc-2d778bb7ab273cc8e68c483cce1587d6d943c230.tar.gz |
Increase default libgo test timeout.
From-SVN: r179062
Diffstat (limited to 'libgo/testsuite')
-rwxr-xr-x | libgo/testsuite/gotest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 83640782835..296e8a5168f 100755 --- a/libgo/testsuite/gotest +++ b/libgo/testsuite/gotest @@ -32,7 +32,7 @@ loop=true keep=false prefix= dejagnu=no -timeout=60 +timeout=240 testname="" trace=false while $loop; do |