Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
maksymvavilov committed Dec 22, 2023
1 parent 5e1dd96 commit 44451c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/gateway_single_spoke_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44451c9

Please sign in to comment.