From b02afb6b3d1befaba28b84c64c9c6f7f62ffdc74 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Mon, 18 Nov 2019 15:34:17 +0100 Subject: [PATCH] travis: use travis_wait for both install and build (#20309) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5ea17f1ffb..20938bdf9c 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