From 664702d8b546b16fbd700aced0b7a679cc572e69 Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Wed, 24 May 2017 16:36:37 +0200 Subject: [PATCH] Increase timeout of libc_ffat test to 90 seconds --- repos/libports/run/libc_filesystem_test.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/libports/run/libc_filesystem_test.inc b/repos/libports/run/libc_filesystem_test.inc index 5e2edf1ee1..6174f5cb57 100644 --- a/repos/libports/run/libc_filesystem_test.inc +++ b/repos/libports/run/libc_filesystem_test.inc @@ -174,7 +174,7 @@ append qemu_args " -nographic " append_if $use_ahci qemu_args " -drive id=disk,file=$disk_image,format=raw,if=none -device ahci,id=ahci -device ide-drive,drive=disk,bus=ahci.0 -boot d" append_if $use_sd_card_drv qemu_args " -drive file=$disk_image,format=raw,if=sd,cache=writeback " -run_genode_until ".*child \"test-libc_$filesystem\" exited with exit value 0.*" 60 +run_genode_until ".*child \"test-libc_$filesystem\" exited with exit value 0.*" 90 exec rm -f $disk_image