Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMakhonin committed Jun 23, 2022
1 parent ea606c1 commit eaf583c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/test-variants/createTestVariants.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,9 @@ describe('test-variants > million of Promise reject', function () {
d: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
e: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
f: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
// g: [0],
g: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
})({
GC_IterationsAsync: 0,
GC_Interval : 0,
GC_Iterations : 0,
})
})()

console.log('try delay')
for (let i = 0; i < 100; i++) {
Expand Down

0 comments on commit eaf583c

Please sign in to comment.