Skip to content

Commit

Permalink
travis: Increase timeout to 30000 for mage -v check
Browse files Browse the repository at this point in the history
The default timeout of 15000 millisecond is too short
for go test -race on arm64.

See golang/go#35308
  • Loading branch information
anthonyfok authored and bep committed Nov 8, 2019
1 parent 5f6b6ec commit cafecca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit cafecca

Please sign in to comment.