laforge submitted this 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(-)
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.