kernel_test_wait_for_vm: increase timeout to 15s

As we run more testsuites in parallel, the load was higher and so this
timeout was reached.

Related: OS#5802
Change-Id: I823010106a99a4906e32198ed42b36f9fe662c4e
This commit is contained in:
Oliver Smith 2023-01-17 13:31:12 +01:00
parent 381e2f3a0e
commit 76533bea88
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ kernel_test_wait_for_vm() {
return
fi
for i in $(seq 1 10); do
for i in $(seq 1 15); do
sleep 1
if grep -q KERNEL_TEST_VM_IS_READY "$log"; then