mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Increase counter sync test timeout
This commit is contained in:
parent
c3756df1c6
commit
a3d7cd0e79
@ -153,7 +153,7 @@ IpfsApis.forEach(function(ipfsApi) {
|
|||||||
assert.equal(counters[0].value(), 30);
|
assert.equal(counters[0].value(), 30);
|
||||||
assert.equal(counters[1].value(), 30);
|
assert.equal(counters[1].value(), 30);
|
||||||
done();
|
done();
|
||||||
}, 1000)
|
}, 2000)
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
assert(e);
|
assert(e);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user