Skip to content

Commit

Permalink
Merge pull request cockroachdb#91035 from cockroachdb/blathers/backpo…
Browse files Browse the repository at this point in the history
…rt-release-22.2-90994

release-22.2: roachtest/awsdms: Increase awsdwsWaitTimeLimit
  • Loading branch information
otan authored Nov 1, 2022
2 parents 82ed0ca + d56973a commit fe99dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/awsdms.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
)

const (
awsdmsWaitTimeLimit = 30 * time.Minute
awsdmsWaitTimeLimit = 1 * time.Hour
awsdmsUser = "cockroachdbtest"
awsdmsDatabase = "rdsdb"
awsdmsCRDBDatabase = "defaultdb"
Expand Down

0 comments on commit fe99dbf

Please sign in to comment.