Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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
- Loading branch information
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -69,7 +69,7 @@ script: | ||
- if [ "$TRAVIS_ARCH" = "amd64" ]; then | ||
mage -v check; | ||
else | ||
HUGO_TIMEOUT=30000 mage -v check; | ||
fi | ||
- mage -v hugo | ||
- ./hugo -s docs/ | ||