From de3d99613936ffe3b821cfad1fee3659c1aed8be Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Sat, 16 Nov 2019 15:42:24 +0100 Subject: [PATCH] travis: increase travis_wait time --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a8a06f8ce2..77e1f3201b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ jobs: go: 1.13.x script: - go run build/ci.go install - - travis_wait go run build/ci.go test -coverage $TEST_PACKAGES + - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES - stage: build os: osx