We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4b9fd commit 8565694Copy full SHA for 8565694
test/integration/multicluster/multicluster-traffic/federated_test.go
@@ -81,7 +81,7 @@ func TestFederatedService(t *testing.T) {
81
82
})
83
84
- timeout := time.Minute
+ timeout := 3 * time.Minute
85
t.Run("Ensure federated service exists and has no endpoints", func(t *testing.T) {
86
err := TestHelper.SwitchContext(contexts[testutil.SourceContextKey])
87
if err != nil {
0 commit comments