mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Fix joins
This commit is contained in:
@@ -15,7 +15,7 @@ const username = 'testrunner';
|
||||
const password = '';
|
||||
|
||||
describe('Orbit Client', function() {
|
||||
this.timeout(2000);
|
||||
this.timeout(20000);
|
||||
|
||||
let client, db;
|
||||
let channel = 'abcdefgh';
|
||||
|
||||
Reference in New Issue
Block a user