gotest: increase the test timeout
authoreric fang <eric.fang@arm.com>
Mon, 20 Apr 2020 07:35:43 +0000 (07:35 +0000)
committerIan Lance Taylor <iant@golang.org>
Fri, 24 Apr 2020 03:16:32 +0000 (20:16 -0700)
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

gcc/go/gofrontend/MERGE
libgo/testsuite/gotest

index e48abcf71d61fbb668693e4cbdf878648aa288ab..5aecee18dd6a42c8dbcc85beae22aaa57897a596 100644 (file)
@@ -1,4 +1,4 @@
-b76c83f34c006938fe6c3311d949496990bc5db9
+761d68dacefc578e45ff299761f20989aef67823
 
 The first line of this file holds the git revision number of the last
 merge done from the gofrontend repository.
index 33f99d77a31fd1f0bcb7fdef18061993c2abc5de..2bd6b5e2b2a4567103e85b12d10bcdcfea5a40c0 100755 (executable)
@@ -36,7 +36,7 @@ keep=false
 pkgpath=
 prefix=
 dejagnu=no
-timeout=240
+timeout=600
 testname=""
 bench=""
 trace=false