summaryrefslogtreecommitdiff
path: root/gotools/Makefile.in
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2019-01-28 23:14:19 +0100
committerUros Bizjak <uros@gcc.gnu.org>2019-01-28 23:14:19 +0100
commit2c5b39203276b00496ef32468ccb61d445aef97b (patch)
tree34ec6809688a617853d5b88f64a22adeea1d9e69 /gotools/Makefile.in
parentcf142085481fb98986101d9b47af2211f28eecb4 (diff)
downloadgcc-2c5b39203276b00496ef32468ccb61d445aef97b.tar.gz
Makefile.in: Really regenerate.
* Makefile.in: Really regenerate. From-SVN: r268342
Diffstat (limited to 'gotools/Makefile.in')
-rw-r--r--gotools/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotools/Makefile.in b/gotools/Makefile.in
index 47235df52ae..8bea35500bd 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.