Skip to content

Commit

Permalink
Merge pull request #106644 from cockroachdb/blathers/backport-release…
Browse files Browse the repository at this point in the history
…-23.1-106630

release-23.1: sql/sem/builtins: deflake TestSerialNormalizationWithUniqueUnorderedID
  • Loading branch information
rafiss authored Jul 13, 2023
2 parents bd8f423 + 158171c commit 232194c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/sem/builtins/builtins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ CREATE TABLE t (
j INT
)`)

numberOfRows := 10000
numberOfRows := 100000

// Insert rows.
tdb.Exec(t, fmt.Sprintf(`
Expand Down

0 comments on commit 232194c

Please sign in to comment.