Skip to content

Commit 96bf53c

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent d80c0f2 commit 96bf53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/crds/consumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ spec:
452452
updatedProxy := fmt.Sprintf(updatedGatewayProxy, framework.DashboardTLSEndpoint, resources.AdminAPIKey)
453453
err = s.CreateResourceFromString(updatedProxy)
454454
Expect(err).NotTo(HaveOccurred(), "updating GatewayProxy")
455-
time.Sleep(30 * time.Second)
455+
time.Sleep(5 * time.Second)
456456

457457
By("verify Consumer works for additional gateway group")
458458
client.

0 commit comments

Comments
 (0)