noux_tool_chain_auto & hw_arndale: adjust timeouts

As hw_arndale is a bit slower than foc_arm and spawn_serial timing
calculation has changed in general, timeouts of noux_tool_chain_auto test
must be adjusted.

fix #996
This commit is contained in:
Martin Stein 2013-12-03 14:51:40 +01:00 committed by Norman Feske
parent 7b49dbf2f3
commit 9c698ab6c1

View File

@ -46,12 +46,12 @@ source ${genode_dir}/ports/run/noux_tool_chain.inc
append qemu_args " -m 768 "
# wait until Noux started
run_genode_until {\[init -\> noux\].*--- noux started ---} 100
run_genode_until {\[init -\> noux\].*--- noux started ---} 300
set serial_id $spawn_id
# start the measurement
set time_start [ clock seconds ]
run_genode_until {child /bin/bash exited with exit value 234} 400 $serial_id
run_genode_until {child /bin/bash exited with exit value 234} 500 $serial_id
set time_end [ clock seconds ]