From 10aba44982e296f9d547dfbe3fe19c55e9ef11f1 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Mon, 24 Aug 2015 11:38:53 +0200 Subject: [PATCH] thread: increase test timeout Because of recently added test cases the script exceeds the timeout on some embedded boards and base-hw. --- repos/base/run/thread.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/base/run/thread.run b/repos/base/run/thread.run index 022b0067bd..71fd4f61aa 100644 --- a/repos/base/run/thread.run +++ b/repos/base/run/thread.run @@ -22,7 +22,7 @@ build_boot_image "core init test-thread" append qemu_args "-nographic -m 64" -run_genode_until {child "test-thread" exited with exit value .*\n} 20 +run_genode_until {child "test-thread" exited with exit value .*\n} 40 # determine error code of child exit set exit_code [regexp -inline {child "test-thread" exited with exit value .*\n} $output]