Skip to content

Commit

Permalink
ci(multicluster): increase federated test timeout (#13393)
Browse files Browse the repository at this point in the history
The one minute timeout is too conservative in GitHub Actions. This
change bumps it to 3 minutes.
  • Loading branch information
olix0r authored Nov 25, 2024
1 parent 5a4b9fd commit 8565694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestFederatedService(t *testing.T) {

})

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

0 comments on commit 8565694

Please sign in to comment.