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  <i...@golang.org>

PR go/89406
* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double.
* Makefile.in: Regenerate.
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:

Reply via email to