From 0e9feef2672d3f1547a82c89c13615c1378ae2f8 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Fri, 15 Nov 2019 11:52:03 +0100 Subject: [PATCH] travis: Add travis_wait to the test run --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c992451c4f..a8a06f8ce2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ jobs: go: 1.13.x script: - go run build/ci.go install - - go run build/ci.go test -coverage $TEST_PACKAGES + - travis_wait go run build/ci.go test -coverage $TEST_PACKAGES - stage: build os: osx