public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/gccgo] gotest: increase the test timeout
@ 2020-07-12 17:31 Ian Lance Taylor
  0 siblings, 0 replies; only message in thread
From: Ian Lance Taylor @ 2020-07-12 17:31 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ef8dc9d24055ddeef2fe9cb300b1051d7a440438

commit ef8dc9d24055ddeef2fe9cb300b1051d7a440438
Author: eric fang <eric.fang@arm.com>
Date:   Mon Apr 20 07:35:43 2020 +0000

    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

Diff:
---
 gcc/go/gofrontend/MERGE | 2 +-
 libgo/testsuite/gotest  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index e48abcf71d6..5aecee18dd6 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -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.
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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-12 17:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-12 17:31 [gcc/devel/gccgo] gotest: increase the test timeout Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).