mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
moon.run: Increase quota of 'test-moon'
With the use of the new timer interface, each timer client uses signals. Hence, programs that have not used signals before will consume slightly more quota. This is the case for the moon test (triggered on foc_x64_64 only).
This commit is contained in:
parent
165bb96cd3
commit
4c3d49459b
@ -27,7 +27,7 @@ install_config {
|
||||
<provides> <service name="Timer"/> </provides>
|
||||
</start>
|
||||
<start name="test-moon">
|
||||
<resource name="RAM" quantum="1100K"/>
|
||||
<resource name="RAM" quantum="1G"/>
|
||||
</start>
|
||||
</config>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user