From 40bcf33ffb71dca32a0e47f686f59e187a3fba00 Mon Sep 17 00:00:00 2001 From: Valentina Novgorodtceva Date: Fri, 21 Jun 2024 13:58:50 +0700 Subject: [PATCH] chore: added global timeout so any test would fail in case it is stuck and takes more than 3 minutes --- ci/Jenkinsfile.tests-e2e | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/Jenkinsfile.tests-e2e b/ci/Jenkinsfile.tests-e2e index 32a98858d9..1410ffd1bc 100644 --- a/ci/Jenkinsfile.tests-e2e +++ b/ci/Jenkinsfile.tests-e2e @@ -82,10 +82,6 @@ pipeline { /* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */ /* STATUS_RUNTIME_TEST_MODE = 'True' */ - - QT_LOGGING_RULES = '*.warning=true' - QT_DEBUG_PLUGINS = 1 - QT_QPA_PLATFORM_PLUGIN_PATH = '/opt/qt/5.15.2/gcc_64/plugins' } stages {