From f458c6833f366276f3f9da2175cc97a8efc57023 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Fri, 27 Aug 2021 18:10:55 +0200 Subject: [PATCH] test: increase timeout Complex copy and paste test may otherwise timeout on GitHub actions. --- 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 af6ce438..207b58b9 100644 --- a/test/spec/features/copy-paste/BpmnCopyPasteSpec.js +++ b/test/spec/features/copy-paste/BpmnCopyPasteSpec.js @@ -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,