summaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2022-03-30 11:33:37 +0300
committerPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2022-03-30 08:42:52 +0000
commitece174c50f5f8e9b190ccf58a641ecc0100798da (patch)
treea867434e99628064688e4caffa2b70ddaa3ab134 /coin
parent344e0e7141667686a7e093aa76441bf2c43b6633 (diff)
CI: Increase QNX qemu startup timeout
For some reason starting of qemu randomly fails in the given timeout. Set it to reasonably large amount so that we can rule out issues with qemu itself. Also increase script timeout less than what coin gives for the script to run se we should see if script bails out and is not stuck. Pick-to: 6.2 6.3 Change-Id: I37c7ec636f154955c6472d5e9d0fa92bb5bb457f Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin')
-rw-r--r--coin/instructions/coin_module_test_qnx_start_emulator.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/coin/instructions/coin_module_test_qnx_start_emulator.yaml b/coin/instructions/coin_module_test_qnx_start_emulator.yaml
index 38d85b97a4..486b689847 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=120
+ TIMEOUT=240
COUNT=0
QEMUPID=0
QEMUIPADDR="{{.Env.QNX_QEMU_IPADDR}}"
@@ -61,7 +61,7 @@ instructions:
directory: "{{.Env.QNX_QEMU}}"
- type: ExecuteCommand
command: "{{.Env.QNX_QEMU}}/start_qnx_qemu.sh"
- maxTimeInSeconds: 100
+ maxTimeInSeconds: 300
maxTimeBetweenOutput: 100
userMessageOnFailure: >
Failed to start QNX qemu, check logs.