We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80c0f2 commit 96bf53cCopy full SHA for 96bf53c
test/e2e/crds/consumer.go
@@ -452,7 +452,7 @@ spec:
452
updatedProxy := fmt.Sprintf(updatedGatewayProxy, framework.DashboardTLSEndpoint, resources.AdminAPIKey)
453
err = s.CreateResourceFromString(updatedProxy)
454
Expect(err).NotTo(HaveOccurred(), "updating GatewayProxy")
455
- time.Sleep(30 * time.Second)
+ time.Sleep(5 * time.Second)
456
457
By("verify Consumer works for additional gateway group")
458
client.
0 commit comments