Increase time for checking if a target has started.

This commit is contained in:
Simon de la Rouviere 2014-02-11 17:18:30 +02:00
parent 69de033bf4
commit d8d01f7bad

View File

@ -62,7 +62,7 @@ def build_one_configuration(suite, arch, build_desc, reference_datetime)
$stdout.write "Checking if target is up"
(1..10).each do
(1..30).each do
system "on-target true 2> /dev/null" and break
sleep 2
$stdout.write '.'