diff mbox series

[gotools] : Really regenerate Makefile.in

Message ID CAFULd4ZfpuHTGqmFqTP=WUVioA01ObeXj6HfJwfyboD2e2p7BQ@mail.gmail.com
State New
Headers show
Series [gotools] : Really regenerate Makefile.in | expand

Commit Message

Uros Bizjak Jan. 28, 2019, 7:50 a.m. UTC
Recent commit increased GOTOOLS_TEST_TIMEOUT in Makefile.am, but
forgot to update Makefile.in. Fix the omission.

2019-01-28  Uroš Bizjak  <ubizjak@gmail.com>

    * Makefile.in: Really regenerate.

Tested on x86_64-linux-gnu.

Uros.

Comments

Ian Lance Taylor Jan. 28, 2019, 10:07 p.m. UTC | #1
On Sun, Jan 27, 2019 at 11:50 PM Uros Bizjak <ubizjak@gmail.com> wrote:
>
> Recent commit increased GOTOOLS_TEST_TIMEOUT in Makefile.am, but
> forgot to update Makefile.in. Fix the omission.
>
> 2019-01-28  Uroš Bizjak  <ubizjak@gmail.com>
>
>     * Makefile.in: Really regenerate.
>
> Tested on x86_64-linux-gnu.

Whoops, thanks.

Ian
diff mbox series

Patch

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.