mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-21 13:36:40 +00:00
Increase test timeout
This commit is contained in:
parent
b75b46821b
commit
bb2d026c71
@ -74,8 +74,6 @@ IpfsApis.forEach(function(ipfsApi) {
|
|||||||
const cacheFile = path.join(process.cwd(), '/test', 'orbit-db-test-cache.json');
|
const cacheFile = path.join(process.cwd(), '/test', 'orbit-db-test-cache.json');
|
||||||
|
|
||||||
before(async(function (done) {
|
before(async(function (done) {
|
||||||
this.timeout(20000);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
ipfs = await(ipfsApi.start());
|
ipfs = await(ipfsApi.start());
|
||||||
// const str = fs.readFileSync('./test/network.json', 'utf-8');
|
// const str = fs.readFileSync('./test/network.json', 'utf-8');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user