Skip to content

Commit 26bccdf

Browse files
committed
test: timeouts
1 parent a8e568f commit 26bccdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/nodejs-bundle/peer-routing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('.peerRouting', () => {
1919
let nodeE
2020

2121
before(function (done) {
22-
this.timeout(3000)
22+
this.timeout(5000)
2323
const tasks = _times(5, () => (cb) => {
2424
createNode('/ip4/0.0.0.0/tcp/0', {
2525
mdns: false,

0 commit comments

Comments
 (0)