Recent commit increased GOTOOLS_TEST_TIMEOUT in Makefile.am, but forgot to update Makefile.in. Fix the omission.
2019-01-28 Uroš Bizjak <ubiz...@gmail.com> * Makefile.in: Really regenerate. Tested on x86_64-linux-gnu. Uros.
diff --git a/gotools/Makefile.in b/gotools/Makefile.in index 47235df..8bea355 100644 --- a/gotools/Makefile.in +++ b/gotools/Makefile.in @@ -400,7 +400,7 @@ MOSTLYCLEANFILES = \ @NATIVE_TRUE@GOTESTFLAGS = # Number of seconds before tests time out. -@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 480 +@NATIVE_TRUE@GOTOOLS_TEST_TIMEOUT = 600 # CHECK_ENV sets up the environment to run the newly built go tool. # If you change this, change ECHO_ENV, below.