Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit f02b0ff

Browse files
committed
chore: bump timeouts
1 parent 7de96e5 commit f02b0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dht.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function spawnWithId (factory, callback) {
2525

2626
module.exports = (common) => {
2727
describe('.dht', function () {
28-
this.timeout(20 * 1000)
28+
this.timeout(80 * 1000)
2929

3030
let nodeA
3131
let nodeB

0 commit comments

Comments
 (0)