Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 2fc9f17

Browse files
committed
increase timeouts
1 parent ac920b0 commit 2fc9f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/circuit-relay.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function tests (relay, parseAddrA, parseAddrB) {
285285
return
286286
}
287287

288-
this.timeout(80 * 1000)
288+
this.timeout(90 * 1000)
289289

290290
let nodeA
291291
let nodeB
@@ -338,7 +338,7 @@ function tests (relay, parseAddrA, parseAddrB) {
338338
return
339339
}
340340

341-
this.timeout(80 * 1000)
341+
this.timeout(90 * 1000)
342342

343343
let nodeA
344344
let nodeB

0 commit comments

Comments
 (0)