Skip to content

Commit

Permalink
Bump timeout in WaitForActiveTunnelConnections (#38597)
Browse files Browse the repository at this point in the history
  • Loading branch information
espadolini authored Feb 25, 2024
1 parent 25e3d05 commit 18436c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/helpers/trustedclusters.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func WaitForActiveTunnelConnections(t *testing.T, tunnel reversetunnelclient.Ser
_, err = cluster.GetClient()
assert.NoError(t, err, "cluster not yet available")
},
30*time.Second,
90*time.Second,
time.Second,
"Active tunnel connections did not reach %v in the expected time frame %v", expectedCount, 30*time.Second,
)
Expand Down

0 comments on commit 18436c2

Please sign in to comment.