Increase timeout for tests of plugin installation

This commit is contained in:
Samy Pessé
2016-05-27 11:40:05 +02:00
parent de37de44e8
commit 2ceab04d01
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -10,6 +10,8 @@ var Parse = require('../../parse');
describe('installPlugin', function() {
var book;
this.timeout(30000);
before(function() {
var fs = NodeFS(path.resolve(__dirname, '../../../'));
var baseBook = Book.createForFS(fs);
+2
View File
@@ -9,6 +9,8 @@ var Parse = require('../../parse');
describe('installPlugins', function() {
var book;
this.timeout(30000);
before(function() {
var fs = NodeFS(path.resolve(__dirname, '../../../'));
var baseBook = Book.createForFS(fs);