From cafecca440e495ec915cc6290fe09d2a343e9c95 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Thu, 7 Nov 2019 16:27:47 -0700 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 923852c04..dc2c13e90 100644 --- 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/