mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
travis: re-extend to 1 hour for future proof
This commit is contained in:
parent
554dab8e17
commit
d67865f685
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
|
||||
- travis_wait 30 go run build/ci.go test
|
||||
- travis_wait 60 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
|
||||
- travis_wait 30 go run build/ci.go test
|
||||
- travis_wait 60 go run build/ci.go test
|
||||
before_deploy:
|
||||
- sh build/deploy.sh
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Reference in a new issue