From 650d730d0dc4a04e98e78308fb0343bdf0b6b3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sat, 3 Dec 2016 23:43:44 +0000 Subject: [PATCH] Increase timeout when waiting for iprop-slave. This is required when running on slower platforms. We're hitting the timeout building on mips. --- tests/kdc/wait-kdc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kdc/wait-kdc.sh b/tests/kdc/wait-kdc.sh index 488d38198..5bfa523ec 100644 --- a/tests/kdc/wait-kdc.sh +++ b/tests/kdc/wait-kdc.sh @@ -36,7 +36,7 @@ log=${2:-messages.log} waitfor="${3:-${name} started}" t=0 -waitsec=35 +waitsec=65 echo "Waiting for ${name} to start, looking logfile ${log}"