mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
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:
parent
5f6b6ec689
commit
cafecca440
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ script:
|
||||||
- if [ "$TRAVIS_ARCH" = "amd64" ]; then
|
- if [ "$TRAVIS_ARCH" = "amd64" ]; then
|
||||||
mage -v check;
|
mage -v check;
|
||||||
else
|
else
|
||||||
mage -v check || true;
|
HUGO_TIMEOUT=30000 mage -v check;
|
||||||
fi
|
fi
|
||||||
- mage -v hugo
|
- mage -v hugo
|
||||||
- ./hugo -s docs/
|
- ./hugo -s docs/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue