mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Increase RAM quota of depot download manager
Also increase run-script test timeout for qemu/sel4.
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
|
||||
<start name="manager">
|
||||
<binary name="depot_download_manager"/>
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<config/>
|
||||
<route>
|
||||
<service name="Report" label="state"> <parent label="state"/> </service>
|
||||
|
||||
@@ -131,5 +131,5 @@ build_boot_image $boot_modules
|
||||
|
||||
append qemu_args " -nographic -net nic,model=e1000 -net user "
|
||||
|
||||
run_genode_until {.*\[init -> depot_download -> manager\] installation complete.*\n} 120
|
||||
run_genode_until {.*\[init -> depot_download -> manager\] installation complete.*\n} 150
|
||||
|
||||
|
||||
Reference in New Issue
Block a user