From 1f0f182151f4300b6128d85edd06b84873f9a1a0 Mon Sep 17 00:00:00 2001
From: Christian Helmuth <christian.helmuth@genode-labs.com>
Date: Wed, 23 Aug 2017 17:17:38 +0200
Subject: [PATCH] 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.
---
 repos/libports/run/pthread.run | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/repos/libports/run/pthread.run b/repos/libports/run/pthread.run
index c3d522f3f3..8857b9775a 100644
--- a/repos/libports/run/pthread.run
+++ b/repos/libports/run/pthread.run
@@ -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>