From ece174c50f5f8e9b190ccf58a641ecc0100798da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Wed, 30 Mar 2022 11:33:37 +0300 Subject: [PATCH] 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 --- coin/instructions/coin_module_test_qnx_start_emulator.yaml | 4 ++-- 1 file 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 38d85b97a47..486b6898474 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.