summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-12-14 13:37:24 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-04-27 07:31:42 +0000
commitd4c9759a23f0c19b2145b14aba6e25535be7ef1c (patch)
tree95ca148a6a97907b6cb618458418a1808696a710
parentb58bc98be3f70b0e2eb05ca6344971635dc6e65c (diff)
downloadqtapplicationmanager-d4c9759a23f0c19b2145b14aba6e25535be7ef1c.tar.gz
Use AM_TIMEOUT_FACTOR on coin to stabilize tests on the CI
(this was missing the 6.3 Pick-to tag) Change-Id: Ic91c96b670fb0de07873b3f422580978093d0196 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit e332553fd2998b901a38e93c139b81beed5d61f5)
-rw-r--r--coin/module_config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index 451eb580..b0a8cd50 100644
--- a/coin/module_config.yaml
+++ b/coin/module_config.yaml
@@ -27,6 +27,9 @@ instructions:
- !include "{{qt/qtbase}}/coin_module_build_template_v2.yaml"
Test:
+ - type: EnvironmentVariable
+ variableName: AM_TIMEOUT_FACTOR
+ variableValue: 4
- type: Group
instructions:
- !include "{{qt/qtbase}}/coin_module_test_template_v3.yaml"