travis: use travis_wait for both install and build (#20309)

This commit is contained in:
Guillaume Ballet 2019-11-18 15:34:17 +01:00 committed by Felix Lange
parent 422604b438
commit b02afb6b3d
1 changed files with 1 additions and 1 deletions

View File

@ -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