mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-18 11:56:30 +00:00
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…
x
Reference in New Issue
Block a user