commit cafecca440e495ec915cc6290fe09d2a343e9c95
parent 5f6b6ec68936ebbbf590894c02a1a3ecad30735f
Author: Anthony Fok <foka@debian.org>
Date: Thu, 7 Nov 2019 16:27:47 -0700
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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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/