From 9c698ab6c1d36e7f301c2fd0e58693aa6c49994d Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Tue, 3 Dec 2013 14:51:40 +0100 Subject: [PATCH] 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 --- ports/run/noux_tool_chain_auto.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/run/noux_tool_chain_auto.run b/ports/run/noux_tool_chain_auto.run index 796c35e616..2f86039ad8 100644 --- a/ports/run/noux_tool_chain_auto.run +++ b/ports/run/noux_tool_chain_auto.run @@ -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 ]