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

Commit 2275496

Browse files
vmxdaviddias
authored andcommittedFeb 27, 2018
test: Increase timeout of a test
The test in `hash-parity-with-go-ipfs.js` timed out even locally, hence increasing the timeout to 10 seconds.
1 parent 0cdca01 commit 2275496

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/hash-parity-with-go-ipfs.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ module.exports = (repo) => {
3838
ipldResolver = new IPLDResolver(bs)
3939
})
4040

41-
it('yields the same tree as go-ipfs', (done) => {
41+
it('yields the same tree as go-ipfs', function (done) {
42+
this.timeout(10 * 1000)
4243
pull(
4344
pull.values([
4445
{

0 commit comments

Comments
 (0)
This repository has been archived.