osmith has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/01/31001/1
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

To view, visit change 31001. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I823010106a99a4906e32198ed42b36f9fe662c4e
Gerrit-Change-Number: 31001
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange