Increase timeout when waiting for iprop-slave.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 3 Dec 2016 23:43:44 +0000 (23:43 +0000)
committerNico Williams <nico@cryptonector.com>
Sun, 4 Dec 2016 23:40:38 +0000 (17:40 -0600)
This is required when running on slower platforms. We're hitting the
timeout building on mips.

tests/kdc/wait-kdc.sh

index 488d38198b8d2f221478afc56f619a675b835d01..5bfa523eca5d11cc666e9c6bc1bdc31057d6f8f9 100644 (file)
@@ -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}"