From a6a480ddcb43abadedf73031ae6ca7ab338b0a3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Fri, 25 Feb 2022 15:20:28 +0200 Subject: 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 --- coin/instructions/coin_module_test_qnx_start_emulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coin/instructions') 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}}" -- cgit v1.2.3