diff options
| -rw-r--r-- | lib/oeqa/selftest/cases/testutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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=''): | |||
| 125 | # Verify that device HAS provisioned. | 125 | # Verify that device HAS provisioned. |
| 126 | # First loop while waiting for the device to boot. | 126 | # First loop while waiting for the device to boot. |
| 127 | ran_ok = False | 127 | ran_ok = False |
| 128 | for delay in [5, 5, 5, 5, 10, 10, 10, 10]: | 128 | for delay in [15, 10, 10, 10, 10, 10, 10, 15, 15]: |
| 129 | stdout, stderr, retcode = testInst.qemu_command('aktualizr-info') | 129 | stdout, stderr, retcode = testInst.qemu_command('aktualizr-info') |
| 130 | if retcode == 0 and stderr == b'': | 130 | if retcode == 0 and stderr == b'': |
| 131 | ran_ok = True | 131 | ran_ok = True |
