From 72b199747a9ae97b488b8a3e3ab588fcfb2ead6d Mon Sep 17 00:00:00 2001 From: Anatoliy Odukha Date: Fri, 6 Nov 2020 13:02:30 +0200 Subject: test in quemu on CI may need more time to prepreare env and provision device. Signed-off-by: Anatoliy Odukha --- lib/oeqa/selftest/cases/testutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oeqa/selftest/cases/testutils.py b/lib/oeqa/selftest/cases/testutils.py index 3abfa5e..e042ded 100644 --- a/lib/oeqa/selftest/cases/testutils.py +++ b/lib/oeqa/selftest/cases/testutils.py @@ -125,7 +125,7 @@ def verifyProvisioned(testInst, machine, hwid=''): # Verify that device HAS provisioned. # First loop while waiting for the device to boot. ran_ok = False - for delay in [5, 5, 5, 5, 10, 10, 10, 10]: + for delay in [15, 10, 10, 10, 10, 10, 10, 15, 15]: stdout, stderr, retcode = testInst.qemu_command('aktualizr-info') if retcode == 0 and stderr == b'': ran_ok = True -- cgit v1.2.3-54-g00ecf