Skip to content

Commit

Permalink
Merge pull request #92353 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…22.2-92343

Fixes #92187
Fixes #92386
  • Loading branch information
ajwerner authored Nov 29, 2022
2 parents 0ebce06 + 1debefc commit 734fe89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestWorkload(t *testing.T) {
ql, err := wl.Ops(ctx, []string{pgURL.String()}, reg)
require.NoError(t, err)

const N = 800
const N = 100
workerFn := func(ctx context.Context, fn func(ctx context.Context) error) func() error {
return func() error {
for i := 0; i < N; i++ {
Expand Down

0 comments on commit 734fe89

Please sign in to comment.