mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-27 09:15:01 +00:00
test: increase timeout
Complex copy and paste test may otherwise timeout on GitHub actions.
This commit is contained in:
parent
5d30d576dc
commit
f458c6833f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user