Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
travis: use travis_wait for both install and build (ethereum#20309)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored and elizabethengelman committed Dec 30, 2019
1 parent 4f9d21d commit 0f3164d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f3164d

Please sign in to comment.