Fix deletions
This commit is contained in:
parent
935ed9c8e7
commit
36695e9361
4 changed files with 43 additions and 17 deletions
|
|
@ -7,7 +7,7 @@ import { randomCasing } from "./utils/random-casing";
|
|||
import { TimeoutError } from "./utils/with-timeout";
|
||||
import { TestErrorTracker } from "./utils/test-error-tracker";
|
||||
|
||||
const TEST_ITERATIONS = 5;
|
||||
const TEST_ITERATIONS = 50;
|
||||
const MAX_INITIAL_DOCS = 10;
|
||||
|
||||
// Simulate async file access by injecting waiting time before returning from file operations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue