Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2019-11-08 02:27:47 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-08 10:24:41 +0300
commitcafecca440e495ec915cc6290fe09d2a343e9c95 (patch)
treec024907b6cc654a27133cb4efd5cfcb3b7f7f959 /.travis.yml
parent5f6b6ec68936ebbbf590894c02a1a3ecad30735f (diff)
travis: Increase timeout to 30000 for mage -v check
The default timeout of 15000 millisecond is too short for go test -race on arm64. See golang/go#35308
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 923852c04..dc2c13e90 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@ script:
- if [ "$TRAVIS_ARCH" = "amd64" ]; then
mage -v check;
else
- mage -v check || true;
+ HUGO_TIMEOUT=30000 mage -v check;
fi
- mage -v hugo
- ./hugo -s docs/