From ef8dc9d24055ddeef2fe9cb300b1051d7a440438 Mon Sep 17 00:00:00 2001 From: eric fang Date: Mon, 20 Apr 2020 07:35:43 +0000 Subject: 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 --- libgo/testsuite/gotest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgo/testsuite') diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest index 33f99d7..2bd6b5e 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 -- cgit v1.1