From 6243adfa92440ddf01d1c3253d0c43eef1e4463a Mon Sep 17 00:00:00 2001 From: Maciej Barelkowski Date: Wed, 20 Oct 2021 16:04:03 +0200 Subject: [PATCH] test(copy-paste): increase timeout for complex --- test/spec/features/copy-paste/BpmnCopyPasteSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/features/copy-paste/BpmnCopyPasteSpec.js b/test/spec/features/copy-paste/BpmnCopyPasteSpec.js index 63de5cd6..d95968b5 100644 --- a/test/spec/features/copy-paste/BpmnCopyPasteSpec.js +++ b/test/spec/features/copy-paste/BpmnCopyPasteSpec.js @@ -789,7 +789,7 @@ describe('features/copy-paste', function() { describe('complex', function() { // TODO(nikku): drop once legacy PhantomJS is dropped - this.timeout(4000); + this.timeout(5000); beforeEach(bootstrapModeler(complexXML, { modules: testModules,