chore: added global timeout so any test would fail in case it is stuck and takes more than 3 minutes

This commit is contained in:
Valentina Novgorodtceva 2024-06-21 13:58:50 +07:00 committed by Anastasiya
parent 5b729557f5
commit 40bcf33ffb
1 changed files with 0 additions and 4 deletions

View File

@ -82,10 +82,6 @@ pipeline {
/* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */ /* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */
/* STATUS_RUNTIME_TEST_MODE = 'True' */ /* 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 { stages {