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

Commit

Permalink
increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
dryajov committed Jan 25, 2018
1 parent 4716ef3 commit 9c23726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/circuit-relay.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function tests (relay, parseAddrA, parseAddrB) {
return
}

this.timeout(80 * 1000)
this.timeout(90 * 1000)

let nodeA
let nodeB
Expand Down Expand Up @@ -338,7 +338,7 @@ function tests (relay, parseAddrA, parseAddrB) {
return
}

this.timeout(80 * 1000)
this.timeout(90 * 1000)

let nodeA
let nodeB
Expand Down

0 comments on commit 9c23726

Please sign in to comment.