Skip to content

Commit

Permalink
CI: increase timeout for Online DDL foreign key stress tests (#16203)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach authored Jun 17, 2024
1 parent 64a4b70 commit adef4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/test/endtoend/vtgate/foreignkey/stress/fk_stress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ var (
replicaFK *cluster.Vttablet
vtParams mysql.ConnParams

onlineDDLStrategy = "vitess --unsafe-allow-foreign-keys --cut-over-threshold=15s"
onlineDDLStrategy = "vitess --unsafe-allow-foreign-keys --cut-over-threshold=30s --force-cut-over-after=15s"
hostname = "localhost"
keyspaceName = "ks"
cell = "zone1"
Expand Down Expand Up @@ -332,7 +332,7 @@ func TestMain(m *testing.M) {
"--heartbeat_enable",
"--heartbeat_interval", "250ms",
"--heartbeat_on_demand_duration", "5s",
"--migration_check_interval", "5s",
"--migration_check_interval", "3s",
"--watch_replication_stream",
}
clusterInstance.VtGateExtraArgs = []string{}
Expand Down

0 comments on commit adef4c2

Please sign in to comment.