diff mbox series

gotools patch committed: Double timeout

Message ID CAOyqgcXb-Byh1AAMSgLtfD5PDztfsOSDkH5Hzq4qJinBHgAo_Q@mail.gmail.com
State New
Headers show
Series gotools patch committed: Double timeout | expand

Commit Message

Ian Lance Taylor March 1, 2019, 5:25 a.m. UTC
In PR 89406 the cmd/go tests are timing out after 10 minutes.  Double
the timeout to give them a better chance of completing.  Bootstrapped
and ran gotools tests on x86_64-pc-linux-gnu.  Committed to mainline.

Ian

2019-02-28  Ian Lance Taylor  <iant@golang.org>

PR go/89406
* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double.
* Makefile.in: Regenerate.
diff mbox series

Patch

Index: Makefile.am
===================================================================
--- Makefile.am	(revision 269299)
+++ Makefile.am	(working copy)
@@ -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: