From efb0a3ead0545f70c72cb881571e90af4db4c5c0 Mon Sep 17 00:00:00 2001 From: Tomas Kikutis Date: Mon, 23 Oct 2023 14:03:02 +0200 Subject: [PATCH] increase timeout to avoid false positives --- e2e/client/protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/client/protractor.conf.js b/e2e/client/protractor.conf.js index 30790f90ee..a5950fed3e 100644 --- a/e2e/client/protractor.conf.js +++ b/e2e/client/protractor.conf.js @@ -43,7 +43,7 @@ var config = { framework: 'jasmine2', jasmineNodeOpts: { showColors: true, - defaultTimeoutInterval: 200000, + defaultTimeoutInterval: 300000, }, capabilities: {