Skip to content

Commit e4970f9

Browse files
author
Abram Sanderson
committed
reduce obliterate farm default count to 1
1 parent 8cbcfdf commit e4970f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dds/merge-tree/src/test/client.obliterateFarm.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function runObliterateFarmTests(opts: IObliterateFarmConfig, extraSeed?: number)
104104

105105
// More tests pass, but due to how this farm selects ops, the tests take a while to run, and merge-tree
106106
// already a test suite on the longer side.
107-
const describeFuzz = createFuzzDescribe({ defaultTestCount: 5 });
107+
const describeFuzz = createFuzzDescribe({ defaultTestCount: 1 });
108108
describeFuzz("MergeTree.Client Obliterate", ({ testCount }) => {
109109
if (testCount > 1) {
110110
doOverRange(

0 commit comments

Comments
 (0)