mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
Increase timeout of libc_ffat test to 90 seconds
This commit is contained in:
parent
ea48f1f1cc
commit
664702d8b5
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user