cbe_tester.run: raise timeout to 6 minutes

This commit is contained in:
Martin Stein 2021-01-11 11:30:45 +01:00 committed by Norman Feske
parent f6d195a9de
commit 2d21d04c76

View File

@ -1038,6 +1038,6 @@ build_boot_image $boot_modules
append qemu_args " -nographic -m 1280 "
run_genode_until "child \"test\" exited with exit value.*\n" 300
run_genode_until "child \"test\" exited with exit value.*\n" 360
grep_output {\[init\] child "test" exited with exit value}
compare_output_to {[init] child "test" exited with exit value 0}