* Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
authorIan Lance Taylor <iant@golang.org>
Fri, 9 Feb 2018 15:05:17 +0000 (15:05 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 9 Feb 2018 15:05:17 +0000 (15:05 +0000)
From-SVN: r257527

gotools/ChangeLog
gotools/Makefile.am
gotools/Makefile.in

index 77bd206601c1f15c00951bfda9d735a7ce80b570..ec09f94708300ddab15c34ee294e0f5e819fc6b7 100644 (file)
@@ -1,3 +1,7 @@
+2018-02-09  Ian Lance Taylor  <iant@golang.org>
+
+       * Makefile.am (GOTOOLS_TEST_TIMEOUT): Double value.
+
 2018-02-08  Ian Lance Taylor  <iant@golang.org>
 
        * Makefile.am (check-gccgo, check-gcc): Add options to pick up
index d0d8850f55076780b9e126bcec63a4116bd0e3e9..20194970dd07d96fe815f339476f71e32746e7a7 100644 (file)
@@ -162,7 +162,7 @@ uninstall-local:
 GOTESTFLAGS =
 
 # Number of seconds before tests time out.
-GOTOOLS_TEST_TIMEOUT = 240
+GOTOOLS_TEST_TIMEOUT = 480
 
 # 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:
index dfef748d7a534093ab3f12bd68498c328810e297..4d42d5e127dd8684f2765bc90929c22727c22f7c 100644 (file)
@@ -348,7 +348,7 @@ MOSTLYCLEANFILES = \
 @NATIVE_TRUE@GOTESTFLAGS = 
 
 # Number of seconds before tests time out.
-@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 240
+@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 480
 
 # CHECK_ENV sets up the environment to run the newly built go tool.
 # If you change this, change ECHO_ENV, below.
@@ -635,8 +635,8 @@ distclean-generic:
 maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
-@NATIVE_FALSE@install-exec-local:
 @NATIVE_FALSE@uninstall-local:
+@NATIVE_FALSE@install-exec-local:
 clean: clean-am
 
 clean-am: clean-binPROGRAMS clean-generic clean-noinstPROGRAMS \