thread: increase test timeout

Because of recently added test cases the script exceeds the timeout on
some embedded boards and base-hw.
This commit is contained in:
Christian Helmuth 2015-08-24 11:38:53 +02:00
parent ec92e9c3df
commit 10aba44982

@ -22,7 +22,7 @@ build_boot_image "core init test-thread"
append qemu_args "-nographic -m 64"
run_genode_until {child "test-thread" exited with exit value .*\n} 20
run_genode_until {child "test-thread" exited with exit value .*\n} 40
# determine error code of child exit
set exit_code [regexp -inline {child "test-thread" exited with exit value .*\n} $output]