mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
Reduce number of write-read rounds on Qemu in libc fs tests
This commit is contained in:
parent
e6a638e78c
commit
15a5db61c8
@ -81,7 +81,7 @@ append config {
|
||||
<config>
|
||||
<iterations value="1"/>}
|
||||
append_if [have_include "power_on/qemu"] config {
|
||||
<write-read size="1M" buffer_size="8K"/>}
|
||||
<write-read rounds="2" size="1M" buffer_size="8K"/>}
|
||||
append config {
|
||||
<libc stdout="/dev/log" stderr="/dev/log"/>
|
||||
<vfs>
|
||||
@ -173,7 +173,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.*" 90
|
||||
run_genode_until ".*child \"test-libc_$filesystem\" exited with exit value 0.*" 120
|
||||
|
||||
exec rm -f $disk_image
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user