travis: re-extend to 1 hour for future proof

This commit is contained in:
Ellaismer 2018-04-08 05:21:38 -04:00
parent 554dab8e17
commit d67865f685

View file

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