Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

[WIP] feat: connections limit #1800

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
chore: increase silent timeout even more
  • Loading branch information
Alan Shaw authored and vasco-santos committed Dec 28, 2018
commit 0d853bdc91007f721c1a71c936f88bf54e4c501d
2 changes: 1 addition & 1 deletion test/core/create-node.spec.js
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ describe('create node', function () {
})

it('should be silent', function (done) {
this.timeout(10 * 1000)
this.timeout(30 * 1000)

sinon.spy(console, 'log')