Skip to content

Commit

Permalink
Increase timeout to 90 seconds in integration test. (#182)
Browse files Browse the repository at this point in the history
* Increase timeout to 90 seconds in integration test.

* Increase timeout to 120 seconds.
  • Loading branch information
friedrichwilken authored Oct 24, 2023
1 parent a48197e commit 575acd4
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 = 120 * time.Second
SmallTimeOut = 6 * time.Second
SmallPollingInterval = 1 * time.Second
)
Expand Down

0 comments on commit 575acd4

Please sign in to comment.