summaryrefslogtreecommitdiff
path: root/libgo
diff options
context:
space:
mode:
authoreric fang <eric.fang@arm.com>2020-04-20 07:35:43 +0000
committerIan Lance Taylor <iant@golang.org>2020-04-23 20:16:32 -0700
commitef8dc9d24055ddeef2fe9cb300b1051d7a440438 (patch)
tree441d54c85a90e24219b5ff126748bb94dfd009de /libgo
parent4da025598e08df7c236560d27298852a531d463c (diff)
gotest: increase the test timeout
The default test timeout duration of the gc compiler is 10 minutes, and the current default timeout duration of gofrontend is 240 seconds, which is not long enough for some big tests. This CL changes it to 600s, so that all tests have enough time to complete. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/229657
Diffstat (limited to 'libgo')
-rwxr-xr-xlibgo/testsuite/gotest2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest
index 33f99d77a31..2bd6b5e2b2a 100755
--- a/libgo/testsuite/gotest
+++ b/libgo/testsuite/gotest
@@ -36,7 +36,7 @@ keep=false
pkgpath=
prefix=
dejagnu=no
-timeout=240
+timeout=600
testname=""
bench=""
trace=false