Reduce counter tests timeout
This commit is contained in:
parent
efe9a692d5
commit
29509d2823
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user