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

Commit

Permalink
Fix test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Zane Starr committed Apr 10, 2018
1 parent fe305c0 commit b935e4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/railing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ describe('without verify on', () => {
r.start(() => {})
})

it('not fail on malformed peers in peer list', (done) => {
it('not fail on malformed peers in peer list', function (done) {
this.timeout(20 * 1000)
const r = new Railing(partialValidPeerList)

r.start(() => { })
Expand Down

0 comments on commit b935e4d

Please sign in to comment.