test: increase spec timeout
This commit is contained in:
parent
af30817edb
commit
00294e2994
|
@ -784,6 +784,9 @@ describe('features/copy-paste', function() {
|
|||
|
||||
describe('complex', function() {
|
||||
|
||||
// TODO(nikku): drop once legacy PhantomJS is dropped
|
||||
this.timeout(4000);
|
||||
|
||||
beforeEach(bootstrapModeler(complexXML, {
|
||||
modules: testModules,
|
||||
moddleExtensions: {
|
||||
|
|
Loading…
Reference in New Issue