mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-02-05 13:43:58 +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() {
|
describe('complex', function() {
|
||||||
|
|
||||||
// TODO(nikku): drop once legacy PhantomJS is dropped
|
// TODO(nikku): drop once legacy PhantomJS is dropped
|
||||||
this.timeout(4000);
|
this.timeout(6000);
|
||||||
|
|
||||||
beforeEach(bootstrapModeler(complexXML, {
|
beforeEach(bootstrapModeler(complexXML, {
|
||||||
modules: testModules,
|
modules: testModules,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user