Skip to content

Commit

Permalink
Increase timeput to 90 seconds in integration test.
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Oct 24, 2023
1 parent a48197e commit 934dcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const (
testEnvStartDelay = time.Minute
testEnvStartAttempts = 10
BigPollingInterval = 3 * time.Second
BigTimeOut = 60 * time.Second
BigTimeOut = 90 * time.Second
SmallTimeOut = 6 * time.Second
SmallPollingInterval = 1 * time.Second
)
Expand Down

0 comments on commit 934dcaa

Please sign in to comment.