run: increase JTAG load timeout (Ref #1366)

This commit is contained in:
Stefan Kalkowski 2015-01-14 12:17:37 +01:00 committed by Christian Helmuth
parent f99ca9e372
commit df8bdaaf79
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ proc jtag_load { } {
eval spawn openocd -f $debugger -f $board -c init -c halt -c \"load_image $elf_img\" -c \"resume $entrypoint\"
set jtag_spawn_id $spawn_id
set timeout 210
set timeout 360
expect {
"downloaded" { }
eof { puts stderr "openocd command process died unexpectedly" }