test(import): increase timeout for complex import test

This commit is contained in:
Nico Rehwaldt 2015-07-20 16:04:58 +02:00
parent acb2184087
commit e3faad9cda
1 changed files with 4 additions and 0 deletions

View File

@ -421,6 +421,10 @@ describe('import - Importer', function() {
describe('integration', function() {
// slightly increase timeout for complex test cases
this.timeout(4000);
it('should import complex', function(done) {
// given