Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
Complex copy and paste test may otherwise timeout on GitHub actions.
  • Loading branch information
nikku committed Aug 27, 2021
1 parent d3fc471 commit 46cb456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/features/copy-paste/BpmnCopyPasteSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 46cb456

Please sign in to comment.