build "core init test/bomb drivers/timer" set timeout 240 set rounds 20 if {[have_include "power_on/qemu"]} { append qemu_args "-nographic -m 128" } else { # foc is really slow on native hardware executing this test - limit rounds if {[have_spec foc_x86_32]} { set rounds 6 } if {[have_spec foc_x86_64]} { set rounds 6 } } set config { } append config " " append config { } create_boot_directory install_config $config build_boot_image "core init bomb timer" run_genode_until "Done\. Going to sleep\." $timeout puts "Test succeeded."