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

Commit 9aed099

Browse files
committed
test: more timeouts
License: MIT Signed-off-by: Victor Bjelkholm <[email protected]>
1 parent fa1fee4 commit 9aed099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/daemon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('daemon', () => {
7979
const res = ipfs('daemon')
8080
const timeout = setTimeout(() => {
8181
done(new Error('Daemon did not get ready in time'))
82-
}, 1000 * 60)
82+
}, 1000 * 120)
8383
res.stdout.on('data', (data) => {
8484
const line = data.toString()
8585
if (line.includes('Daemon is ready')) {

0 commit comments

Comments
 (0)