ref: cafecca440e495ec915cc6290fe09d2a343e9c95
parent: 5f6b6ec68936ebbbf590894c02a1a3ecad30735f
author: Anthony Fok <foka@debian.org>
date: Thu Nov 7 11:27:47 EST 2019
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
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,7 +69,7 @@
- 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/