Skip to content

Commit

Permalink
Merge pull request #17830 from dmage/quota
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue (batch tested with PRs 16281, 17293, 17717, 17753, 17830).

Workaround for broken quota admission test

/cc @bparees @deads2k
  • Loading branch information
openshift-merge-robot authored Dec 16, 2017
2 parents 34bf9c9 + 93e0508 commit 7edd501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/imageapis/quota_admission.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (

quotaName = "isquota"

waitTimeout = time.Second * 30
waitTimeout = time.Second * 600
)

var _ = g.Describe("[Feature:ImageQuota][registry][Serial] Image resource quota", func() {
Expand Down

0 comments on commit 7edd501

Please sign in to comment.