mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
tresor_tester.run: raise block_io_fs caps
On platform imx6q_sabrelite/arm_v7a/imx6q_sabrelite/sel4, the test used to fail because of a resource request. Ref #5148
This commit is contained in:
parent
5cb5610906
commit
0ef92baf9d
@ -153,7 +153,7 @@ if {[have_board linux]} {
|
||||
|
||||
append config {
|
||||
|
||||
<start name="block_io_fs" caps="100">
|
||||
<start name="block_io_fs" caps="400">
|
||||
<binary name="vfs"/>
|
||||
<resource name="RAM" quantum="} [block_io_vfs_ram_mb] {M"/>
|
||||
<provides><service name="File_system"/></provides>
|
||||
|
Loading…
Reference in New Issue
Block a user