summaryrefslogtreecommitdiff
path: root/coin
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-04-27 11:33:18 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-04-28 00:51:54 +0200
commit4b8f5bd08c6496b477289e6034091cd7c9ec693a (patch)
tree129f842a51581262feffc49ce1f300dfcfdc317b /coin
parent5f053ea7f609a269457ff1cd75aeb924a8a0d60f (diff)
downloadqtapplicationmanager-4b8f5bd08c6496b477289e6034091cd7c9ec693a.tar.gz
Fix AM_TIMEOUT_FACTOR not being applied on the CI
The order of instructions for Coin matters and the env.var. was set AFTER the test had been run. (no cherry-pick to 6.3, as the problem was already fixed there) Change-Id: Icb4b05df513f9dbf508b917f0a3c1b006a5cc944 Pick-to: 6.2 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/module_config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/coin/module_config.yaml b/coin/module_config.yaml
index b7ea2676..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"
@@ -41,6 +44,3 @@ instructions:
- condition: property
property: target.os
in_values: ["IOS", "Android", "WebAssembly"]
- - type: EnvironmentVariable
- variableName: AM_TIMEOUT_FACTOR
- variableValue: 4