Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: update timeout on daemon cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jan 16, 2018
1 parent 639024c commit 1620dd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cli/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ describe('daemon', () => {
}).catch(done)
})

it('gives error if user hasn\'t run init before', (done) => {
it('gives error if user hasn\'t run init before', function (done) {
this.timeout(100 * 1000)

const expectedError = 'no initialized ipfs repo found in ' + repoPath

ipfs('daemon').catch((err) => {
Expand Down

0 comments on commit 1620dd2

Please sign in to comment.