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

Commit 381998c

Browse files
committed
tests: increased timeout for importing big file
1 parent 4ad165c commit 381998c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/importer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ module.exports = (repo) => {
311311
done()
312312
})
313313
)
314-
})
314+
}).timeout(60 * 1000)
315315

316316
it('file bigger than a single chunk inside a dir', (done) => {
317317
pull(
@@ -331,7 +331,7 @@ module.exports = (repo) => {
331331
done()
332332
})
333333
)
334-
})
334+
}).timeout(60 * 1000)
335335

336336
it('empty directory', (done) => {
337337
pull(

0 commit comments

Comments
 (0)