Skip to content

Commit

Permalink
fix: optimize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayMakhonin committed Jun 20, 2022
1 parent e338f0a commit 6870776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PairingHeap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ describe('pairing-heap > PairingHeap', function () {
count : [0, 1, 2, 3, 4, 5, 6, 7, 10, 100],
withEqualItems: [false, true],
})({
pauseInterval: 5000,
pauseInterval: 1000,
})

console.log('iterations: ' + iterations)
Expand Down

0 comments on commit 6870776

Please sign in to comment.