mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
travis: extend wait time to 30 minutes when go test
This commit is contained in:
parent
135e5cfa9b
commit
554dab8e17
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ matrix:
|
|||
- sudo chmod 666 /dev/fuse
|
||||
- sudo chown root:$USER /etc/fuse.conf
|
||||
- go run build/ci.go install
|
||||
- go run build/ci.go test
|
||||
- travis_wait 30 go run build/ci.go test
|
||||
before_deploy:
|
||||
- sh build/deploy.sh
|
||||
deploy:
|
||||
|
|
@ -37,7 +37,7 @@ matrix:
|
|||
- brew install caskroom/cask/brew-cask
|
||||
- brew cask install osxfuse
|
||||
- go run build/ci.go install
|
||||
- go run build/ci.go test
|
||||
- travis_wait 30 go run build/ci.go test
|
||||
before_deploy:
|
||||
- sh build/deploy.sh
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue