Skip to content

Commit

Permalink
increase the redshift e2e test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinFrazar committed Oct 8, 2024
1 parent c0dd908 commit 5fe9d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/aws/databases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func awsDBDiscoveryUnmatched(t *testing.T) {
}

const (
waitForConnTimeout = 60 * time.Second
waitForConnTimeout = 90 * time.Second
connRetryTick = 10 * time.Second
)

Expand Down

0 comments on commit 5fe9d0f

Please sign in to comment.