Skip to content

Commit 0cd4ec3

Browse files
authored
Merge pull request #3896 from Ankitasw/fix-e2e
[E2E] Increase service quota for VPC
2 parents 8d19641 + 6909116 commit 0cd4ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/shared/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func getLimitedResources() map[string]*ServiceQuota {
146146
ServiceCode: "vpc",
147147
QuotaName: "VPCs per Region",
148148
QuotaCode: "L-F678F1CE",
149-
DesiredMinimumValue: 20,
149+
DesiredMinimumValue: 25,
150150
}
151151

152152
serviceQuotas["ec2-normal"] = &ServiceQuota{

0 commit comments

Comments
 (0)