Skip to content

Commit

Permalink
fix: remove delay
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 14, 2023
1 parent 398105e commit d02a6e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/programs/data/document/src/__tests__/profile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ describe("profile", () => {
const writeStore = stores[0];
let promises: Promise<any>[] = [];
for (let i = 0; i < COUNT; i++) {
if (i === 0) {
await delay(5000);
}
const doc = new Document({
id: uuid(),
name: uuid(),
Expand Down

0 comments on commit d02a6e6

Please sign in to comment.