test: increase timeout

Complex copy and paste test may otherwise timeout on GitHub actions.
This commit is contained in:
Nico Rehwaldt 2021-08-27 18:10:55 +02:00 committed by Nico Rehwaldt
parent 5d30d576dc
commit f458c6833f

View File

@ -790,7 +790,7 @@ describe('features/copy-paste', function() {
describe('complex', function() {
// TODO(nikku): drop once legacy PhantomJS is dropped
this.timeout(4000);
this.timeout(6000);
beforeEach(bootstrapModeler(complexXML, {
modules: testModules,