cpu_sampler.run: increase timeout

The previous timeout sometimes triggered with nova and foc on x86_32.
This commit is contained in:
Norman Feske 2022-01-24 11:27:42 +01:00
parent ab0cba8ead
commit e98760a3d5

View File

@ -84,7 +84,7 @@ append qemu_args "-nographic "
set match_string "Test started. func: 0x(\[0-9a-f\]+).*\n"
run_genode_until "$match_string" 20
run_genode_until "$match_string" 30
regexp $match_string $output all func