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>
This commit is contained in:
Pasi Petäjäjärvi 2022-02-25 15:20:28 +02:00
parent e77dfcf843
commit a6a480ddcb

View File

@ -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}}"