mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Fix CircleCI timeouts
This commit is contained in:
parent
669e20ebf9
commit
59c8f8d5b7
@ -15,7 +15,7 @@ const username = 'testrunner';
|
||||
const password = '';
|
||||
|
||||
describe('Orbit Client', function() {
|
||||
this.timeout(1000);
|
||||
this.timeout(3000);
|
||||
|
||||
let client, db;
|
||||
let channel = 'abcdefgh';
|
||||
|
@ -19,7 +19,7 @@ const password = '';
|
||||
const user = { username: username };
|
||||
|
||||
describe('OrbitDB', function() {
|
||||
this.timeout(1000);
|
||||
this.timeout(3000);
|
||||
|
||||
let db, ipfs;
|
||||
let channel = 'orbit-db.test';
|
||||
|
Loading…
x
Reference in New Issue
Block a user