Skip to content

Commit

Permalink
Tweak delay times due to memory check tests failing when there's no leak
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Livesey committed Jun 28, 2024
1 parent 21ff147 commit 0aafca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ for await (var entry of Deno.readDir(TEST_DIR)) {

var before = await measureMemoryUsage(process.pid);

await delay(8_000);
await delay(6_000);

var after = await measureMemoryUsage(process.pid);

Expand Down

0 comments on commit 0aafca3

Please sign in to comment.