projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f6b6ec
)
travis: Increase timeout to 30000 for mage -v check
author
Anthony Fok
<foka@debian.org>
Thu, 7 Nov 2019 23:27:47 +0000
(16:27 -0700)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Fri, 8 Nov 2019 07:24:41 +0000
(08:24 +0100)
The default timeout of 15000 millisecond is too short
for go test -race on arm64.
See golang/go#35308
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 923852c0492c5d1ebdd0587965279cecb9e07e3d..dc2c13e905a613005094f7a7e8516eba3667b537 100644
(file)
--- 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/