Reduce counter tests timeout

This commit is contained in:
haad 2016-07-08 10:55:14 +02:00
parent efe9a692d5
commit 29509d2823

View File

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