increase timeouts for noux_tool_chain_auto

This commit is contained in:
Alexander Boettcher 2015-10-16 10:39:47 +02:00 committed by Christian Helmuth
parent c4686a1196
commit 6de46dfd2e
1 changed files with 2 additions and 1 deletions

View File

@ -29,10 +29,11 @@ if {[have_spec arm]} {
if {[have_spec panda]} { if {[have_spec panda]} {
set platform "hw_panda" set platform "hw_panda"
set tool_chain_timeout 1000 set tool_chain_timeout 1500
} }
if {[have_spec arndale]} { if {[have_spec arndale]} {
set platform "hw_arndale" set platform "hw_arndale"
set tool_chain_timeout 1500
} }
if {[have_spec pbxa9]} { set platform "hw_pbxa9" } if {[have_spec pbxa9]} { set platform "hw_pbxa9" }