Increase timeout when waiting for iprop-slave.

This is required when running on slower platforms. We're hitting the
timeout building on mips.
This commit is contained in:
Jelmer Vernooij
2016-12-03 23:43:44 +00:00
committed by Nico Williams
parent 846a62a39e
commit 650d730d0d

View 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}"