mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user