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

Commit 1620dd2

Browse files
committed
chore: update timeout on daemon cli test
1 parent 639024c commit 1620dd2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/cli/daemon.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ describe('daemon', () => {
104104
}).catch(done)
105105
})
106106

107-
it('gives error if user hasn\'t run init before', (done) => {
107+
it('gives error if user hasn\'t run init before', function (done) {
108+
this.timeout(100 * 1000)
109+
108110
const expectedError = 'no initialized ipfs repo found in ' + repoPath
109111

110112
ipfs('daemon').catch((err) => {

0 commit comments

Comments
 (0)