mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
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:
parent
7b49dbf2f3
commit
9c698ab6c1
@ -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 ]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user