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:
parent
5b729557f5
commit
40bcf33ffb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue