diff --git a/test/e2e/gateway_single_spoke_test.go b/test/e2e/gateway_single_spoke_test.go index 2d509e0e..65132e5d 100644 --- a/test/e2e/gateway_single_spoke_test.go +++ b/test/e2e/gateway_single_spoke_test.go @@ -314,7 +314,7 @@ var _ = Describe("Gateway single target cluster", func() { return false } return meta.IsStatusConditionTrue(dnsrecord.Status.Conditions, string(conditions.ConditionTypeReady)) - }).WithTimeout(300 * time.Second).WithPolling(10 * time.Second).WithContext(ctx).Should(BeTrue()) + }).WithTimeout(600 * time.Second).WithPolling(10 * time.Second).WithContext(ctx).Should(BeTrue()) // still need to wait some seconds to the dns server to actually start // resolving the hostname