Increase timeout of signal.run test

This commit is contained in:
Norman Feske 2013-02-14 13:26:43 +01:00
parent 2f2410fdff
commit 165bb96cd3
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@ build_boot_image "core init timer test-signal"
append qemu_args "-nographic -m 64"
run_genode_until {child exited with exit value 0.*} 100
run_genode_until {child exited with exit value 0.*} 200
puts "Test succeeded"