test(import): increase timeout for complex import test
This commit is contained in:
parent
acb2184087
commit
e3faad9cda
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue