From a756f619ff7b54ffbce3d9507489ff8d2bc3af48 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Mon, 18 Nov 2019 11:56:52 +0100 Subject: [PATCH] travis: Use travis_wait for both install and build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ea17f1ffbe9..20938bdf9cdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ jobs: dist: xenial go: 1.13.x script: - - go run build/ci.go install + - travis_wait 20 go run build/ci.go install - travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES - stage: build