laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/31001 )
Change subject: kernel_test_wait_for_vm: increase timeout to 15s ......................................................................
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 --- M jenkins-common.sh 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/jenkins-common.sh b/jenkins-common.sh index 2eb9aad..08d4e4e 100644 --- a/jenkins-common.sh +++ b/jenkins-common.sh @@ -420,7 +420,7 @@ 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