Fix CircleCI timeouts

This commit is contained in:
haad 2016-04-14 17:40:42 +02:00
parent 669e20ebf9
commit 59c8f8d5b7
2 changed files with 2 additions and 2 deletions

View File

@ -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';

View File

@ -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';