mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Make circleci use node 4.3.1. Add longer timeouts to tests.
This commit is contained in:
@@ -13,7 +13,7 @@ const username = 'testrunner';
|
||||
const password = '';
|
||||
|
||||
describe('Orbit Client', function() {
|
||||
this.timeout(3000);
|
||||
this.timeout(5000);
|
||||
|
||||
let client, db;
|
||||
let items = [];
|
||||
|
||||
Reference in New Issue
Block a user