summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2022-02-25 15:20:28 +0200
committerPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2022-03-09 22:38:16 +0200
commita6a480ddcb43abadedf73031ae6ca7ab338b0a3d (patch)
tree47672bbe18e099ce8f27bca226a4ed54474c9eb9 /coin
parente77dfcf843f3e59be923c9494583b2d20015960e (diff)
CI: Increase timeout for waiting QNX qemu to start
There seems to be lot of timeouts on testing where qemu is not able to start at current 60 seconds period. Pick-to: 6.2 6.3 Change-Id: Icbc47b75a8288e672237789cb273ef5a644c08ba Reviewed-by: Dimitrios Apostolou <jimis@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/instructions/coin_module_test_qnx_start_emulator.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin/instructions/coin_module_test_qnx_start_emulator.yaml b/coin/instructions/coin_module_test_qnx_start_emulator.yaml
index 2d2976f7ae..38d85b97a4 100644
--- a/coin/instructions/coin_module_test_qnx_start_emulator.yaml
+++ b/coin/instructions/coin_module_test_qnx_start_emulator.yaml
@@ -6,7 +6,7 @@ instructions:
fileContents: |
#!/bin/bash
RESULT=1 # 0 upon success
- TIMEOUT=60
+ TIMEOUT=120
COUNT=0
QEMUPID=0
QEMUIPADDR="{{.Env.QNX_QEMU_IPADDR}}"