Skip to content

Commit

Permalink
roachtest: increase zone config timeout in `change-replicas/mixed-ver…
Browse files Browse the repository at this point in the history
…sion`

Epic: none
Release note: None
  • Loading branch information
erikgrinaker committed Nov 27, 2023
1 parent 0b82e15 commit 20a4b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/roachtest/tests/mixed_version_change_replicas.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func runChangeReplicasMixedVersion(ctx context.Context, t test.Test, c cluster.C
}

var rangeCount int
for i := 0; i < 30; i++ {
for i := 0; i < 60; i++ {
err := h.QueryRow(r, `SELECT count(*) FROM `+
`[SHOW RANGES FROM TABLE test] WHERE $1::int = ANY(replicas)`, node).Scan(&rangeCount)
if err != nil {
Expand Down

0 comments on commit 20a4b02

Please sign in to comment.