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:
Norman Feske 2013-02-14 17:23:35 +01:00
parent 165bb96cd3
commit 4c3d49459b
1 changed files with 1 additions and 1 deletions

View File

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