Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
115085: roachtest: increase zone config timeout in `change-replicas/mixed-version` r=erikgrinaker a=erikgrinaker

Resolves cockroachdb#115083.
Epic: none
Release note: None

Co-authored-by: Erik Grinaker <[email protected]>
  • Loading branch information
craig[bot] and erikgrinaker committed Nov 27, 2023
2 parents 0b82e15 + 20a4b02 commit 22ace07
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 22ace07

Please sign in to comment.