Increase counter sync test timeout

This commit is contained in:
haad 2016-05-24 15:00:47 +02:00
parent c3756df1c6
commit a3d7cd0e79

View File

@ -153,7 +153,7 @@ IpfsApis.forEach(function(ipfsApi) {
assert.equal(counters[0].value(), 30);
assert.equal(counters[1].value(), 30);
done();
}, 1000)
}, 2000)
}).catch((e) => {
console.log(e);
assert(e);