noux: enable some arm platforms running tool_chain

ref #964
This commit is contained in:
Alexander Boettcher
2013-11-08 11:15:52 +01:00
committed by Norman Feske
parent fd003f0e00
commit aca62c7180
3 changed files with 45 additions and 9 deletions

View File

@@ -718,7 +718,7 @@ proc spawn_serial { wait_for_re timeout_value kernel_msg } {
eval spawn $serial_cmd
set serial_spawn_id $spawn_id
set timeout 30
set timeout 210
expect {
$kernel_msg { break; }
eof { puts stderr "Serial command process died unexpectedly"; incr retry -1; }