From a772c0d495fc0b2b3a8c4a136ba788a6686c633d Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 7 Sep 2009 14:14:42 -0700 Subject: [PATCH] Assume that one dns timeout is 30s and wait slightly longer then that --- 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 06fc8a47f..513a0fbfe 100644 --- a/tests/kdc/wait-kdc.sh +++ b/tests/kdc/wait-kdc.sh @@ -39,7 +39,7 @@ log=${2:-messages.log} waitfor=${3:-${name} started} t=0 -waitsec=20 +waitsec=35 echo "Waiting for ${name} to start, looking logfile ${log}"