From bbe1bf9c3acaf0d81f7c8ba8b563073babc797cc Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Tue, 25 Feb 2020 11:56:34 +0100 Subject: [PATCH] fs_query.run: increase timeout This is apparently needed for base-foc on Qemu/x86. --- repos/gems/run/fs_query.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/gems/run/fs_query.run b/repos/gems/run/fs_query.run index f53bb68d0..4510148b7 100644 --- a/repos/gems/run/fs_query.run +++ b/repos/gems/run/fs_query.run @@ -168,7 +168,7 @@ build_boot_image { sequence fs_query } append qemu_args " -nographic -serial mon:stdio " -run_genode_until {.*child "test" exited with exit value 0.*\n} 30 +run_genode_until {.*child "test" exited with exit value 0.*\n} 50 grep_output {\[init -> report_rom\].*}