Increase RAM quota of depot download manager

Also increase run-script test timeout for qemu/sel4.
This commit is contained in:
Christian Helmuth 2018-06-07 15:04:13 +02:00
parent 7d4174bceb
commit 05f2ecc045
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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