Skip to content

Commit

Permalink
[release-16.0] CI: extend timeouts in onlineddl_vrepl due to slow CI …
Browse files Browse the repository at this point in the history
…runners (#12583) (#12588)

* CI: extend timeouts in onlineddl_vrepl due to slow CI runners

Signed-off-by: Shlomi Noach <[email protected]>

* increase even further

Signed-off-by: Shlomi Noach <[email protected]>

---------

Signed-off-by: Shlomi Noach <[email protected]>
Co-authored-by: Shlomi Noach <[email protected]>
  • Loading branch information
vitess-bot[bot] and shlomi-noach authored Mar 9, 2023
1 parent cb7005d commit cec7b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/test/endtoend/onlineddl/vrepl/onlineddl_vrepl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ var (
onlineDDLThrottlerAppName = "online-ddl"
vstreamerThrottlerAppName = "vstreamer"

normalMigrationWait = 20 * time.Second
extendedMigrationWait = 20 * time.Second
normalMigrationWait = 45 * time.Second
extendedMigrationWait = 60 * time.Second

hostname = "localhost"
keyspaceName = "ks"
Expand Down

0 comments on commit cec7b1a

Please sign in to comment.