diff options
author | Ian Lance Taylor <iant@golang.org> | 2019-03-01 05:25:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2019-03-01 05:25:36 +0000 |
commit | 2bf2aa34d132ced67908cbde5819c3bbbc0d6b3f (patch) | |
tree | 007a1e95c6ec3648654fe536b50aed3c6163694c /gotools/Makefile.am | |
parent | 3eba09884e5f228d8c044c85617009e2aa7ad342 (diff) | |
download | gcc-2bf2aa34d132ced67908cbde5819c3bbbc0d6b3f.tar.gz |
re PR go/89406 (Go testing leaves many temporary directories in /tmp around)
PR go/89406
* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double.
* Makefile.in: Regenerate.
From-SVN: r269300
Diffstat (limited to 'gotools/Makefile.am')
-rw-r--r-- | gotools/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gotools/Makefile.am b/gotools/Makefile.am index 2ade1d7f019..41fc8f45f81 100644 --- a/gotools/Makefile.am +++ b/gotools/Makefile.am @@ -141,7 +141,7 @@ uninstall-local: GOTESTFLAGS = # Number of seconds before tests time out. -GOTOOLS_TEST_TIMEOUT = 600 +GOTOOLS_TEST_TIMEOUT = 1200 # Run tests using the go tool, and frob the output to look like that # generated by DejaGNU. The main output of this is two files: |