Increase cap quota for test-pthread

The test creates 100 pthreads in a loop, which should immediately
self-destruct. Therefore, we can grant more than 130 caps.
This commit is contained in:
Christian Helmuth 2017-08-23 17:17:38 +02:00
parent 21116803b3
commit 1f0f182151
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ install_config {
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<default caps="130"/>
<start name="test-pthread">
<start name="test-pthread" caps="200">
<resource name="RAM" quantum="64M"/>
<config>
<vfs> <dir name="dev"> <log/> </dir> </vfs>