зеркало из https://github.com/github/vitess-gh.git
* CI: extend timeouts in onlineddl_vrepl due to slow CI runners Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> * increase even further Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> --------- Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com> Co-authored-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
This commit is contained in:
Родитель
2648cdb397
Коммит
1c2ed6b1b4
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче