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
This commit is contained in:
Anthony Fok 2019-11-07 16:27:47 -07:00 committed by Bjørn Erik Pedersen
parent 5f6b6ec689
commit cafecca440
1 changed files with 1 additions and 1 deletions

View File

@ -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/