mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05: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
|
||||
mage -v check;
|
||||
else
|
||||
mage -v check || true;
|
||||
HUGO_TIMEOUT=30000 mage -v check;
|
||||
fi
|
||||
- mage -v hugo
|
||||
- ./hugo -s docs/
|
||||
|
|
Loading…
Reference in a new issue