Skip to content

Commit 8565694

Browse files
authored
ci(multicluster): increase federated test timeout (#13393)
The one minute timeout is too conservative in GitHub Actions. This change bumps it to 3 minutes.
1 parent 5a4b9fd commit 8565694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/multicluster/multicluster-traffic/federated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func TestFederatedService(t *testing.T) {
8181

8282
})
8383

84-
timeout := time.Minute
84+
timeout := 3 * time.Minute
8585
t.Run("Ensure federated service exists and has no endpoints", func(t *testing.T) {
8686
err := TestHelper.SwitchContext(contexts[testutil.SourceContextKey])
8787
if err != nil {

0 commit comments

Comments
 (0)