From 165bb96cd3c4eb49834b367a4f019a15c1d99aca Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Thu, 14 Feb 2013 13:26:43 +0100 Subject: [PATCH] Increase timeout of signal.run test --- os/run/signal.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/run/signal.run b/os/run/signal.run index 4fee2d3a86..9c2114b625 100644 --- a/os/run/signal.run +++ b/os/run/signal.run @@ -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"