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:

committed by
Nico Williams

parent
846a62a39e
commit
650d730d0d
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user