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:
@@ -1,5 +1,5 @@
|
||||
machine:
|
||||
node:
|
||||
version: 4.2.2
|
||||
version: 4.3.1
|
||||
services:
|
||||
- redis
|
||||
@@ -13,7 +13,7 @@ const username = 'testrunner';
|
||||
const password = '';
|
||||
|
||||
describe('Orbit Client', function() {
|
||||
this.timeout(3000);
|
||||
this.timeout(5000);
|
||||
|
||||
let client, db;
|
||||
let items = [];
|
||||
|
||||
@@ -19,6 +19,7 @@ const startIpfs = async (() => {
|
||||
let ipfs;
|
||||
|
||||
describe('OrbitList', async(function() {
|
||||
this.timeout(5000);
|
||||
|
||||
before(async((done) => {
|
||||
ipfs = await(startIpfs());
|
||||
|
||||
Reference in New Issue
Block a user