Skip to content

Commit

Permalink
allow longer for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Sep 8, 2023
1 parent c2deab7 commit 74fb772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/q-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ describe('Q tests', function(){
expect(finalHeap - afterLeakHeap < 100000).to.be.true
})
it('safeRace should not leak on unresolved 2', async function(){
this.timeout(4000)
const deferred1 = Q.defer()
const deferred2 = Q.defer()

Expand Down

0 comments on commit 74fb772

Please sign in to comment.