From a2d3c030fb18f1b0ecd9451145cd0fbdb2b36799 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Wed, 12 Jun 2013 13:58:25 +0300
Subject: [PATCH] every test now has 15min to execute

we don't want to check performance just yet. we just want to make jenkins end more reliably.
---
 tests/phpunit-autotest.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/phpunit-autotest.xml b/tests/phpunit-autotest.xml
index 9d6750751f3..71fe69c6aa8 100644
--- a/tests/phpunit-autotest.xml
+++ b/tests/phpunit-autotest.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <phpunit bootstrap="bootstrap.php"
 		 strict="true"
-		 timeoutForSmallTests="30"
-		 timeoutForMediumTests="300"
+		 timeoutForSmallTests="900"
+		 timeoutForMediumTests="900"
 		 timeoutForLargeTests="900"
 >
 	<testsuite name='ownCloud'>
-- 
GitLab