Skip to content

Commit

Permalink
Merge pull request kubernetes#23128 from mwielgus/inc-go-timeout
Browse files Browse the repository at this point in the history
Increase kubernetes-test-go timeout to 50 min for 1.2 and master
  • Loading branch information
mwielgus committed Mar 17, 2016
2 parents 435bc35 + f396ed5 commit 873baad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
suffix:
- 'go':
branch: 'master'
timeout: 45
timeout: 50
- 'go-release-1.2':
branch: 'release-1.2'
timeout: 45
timeout: 50
- 'go-release-1.1':
branch: 'release-1.1'
timeout: 30
Expand Down

0 comments on commit 873baad

Please sign in to comment.