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
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-30 18:24:00 +0000
commit096b53081de4d965c9f26c9649a0279be1777d14 (patch)
treecb0555cfc82a142320790e4a2ef0682a5e8d8f31 /coin
parent2f14c6b1288f971330d2820bd94d93f84229620b (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. Change-Id: I37c7ec636f154955c6472d5e9d0fa92bb5bb457f Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit ece174c50f5f8e9b190ccf58a641ecc0100798da) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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 ba4fac5210..3dbf96be30 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}}"
@@ -71,7 +71,7 @@ instructions:
equals_value: Windows
- type: ExecuteCommand
command: "{{.Env.QNX_QEMU}}/start_qnx_qemu.sh"
- maxTimeInSeconds: 100
+ maxTimeInSeconds: 300
maxTimeBetweenOutput: 100
userMessageOnFailure: >
Failed to start QNX qemu, check logs.