Skip to content

Commit

Permalink
Increase KUBE_TIMEOUT from 60s to 300s in .travis.yml. Our passing co…
Browse files Browse the repository at this point in the history
…verage runs

take 30-60s, but a number of them reach the 60s timeout and are
aborted.  It seems our Travis (and Shippable?) flakiness is
self-inflicted due to too-short timeouts?
  • Loading branch information
alex-mohr committed Mar 9, 2015
1 parent 56bdd94 commit 389bf55
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 @@ -15,7 +15,7 @@ install:
- ./hack/build-go.sh

script:
- KUBE_RACE="-race" KUBE_COVER="y" KUBE_GOVERALLS_BIN="$HOME/gopath/bin/goveralls" KUBE_TIMEOUT='-timeout 60s' KUBE_COVERPROCS=8 ./hack/test-go.sh -- -p=2
- KUBE_RACE="-race" KUBE_COVER="y" KUBE_GOVERALLS_BIN="$HOME/gopath/bin/goveralls" KUBE_TIMEOUT='-timeout 300s' KUBE_COVERPROCS=8 ./hack/test-go.sh -- -p=2
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-cmd.sh
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/verify-gendocs.sh
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-integration.sh
Expand Down

0 comments on commit 389bf55

Please sign in to comment.