summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-10-17 13:56:23 +0200
committerRemi Collet <fedora@famillecollet.com>2014-10-17 13:56:23 +0200
commit9f4fad58166321967cf46d411e8062c7f22f5e9d (patch)
tree739085d9ea93c0a7b2c6d164713e7749ebc559ed
parent26b0807016ff7861df202b6396c6687e2a9b3c5a (diff)
php-bartlett-PHP-CompatInfo: fix timeout
-rw-r--r--php-bartlett-PHP-CompatInfo.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 114ca5c..04b356a 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -106,6 +106,10 @@ install -D -p -m 644 bin/phpcompatinfo.1 %{buildroot}%{_mandir}/man1/php
# Not ready (local build with php 5.6 and xcache 4.0-dev)
rm tests/Reference/Extension/XcacheExtensionTest.php
+# fix timeout for koji
+sed -s 's/colors="false"/timeoutForSmallTests="10" colors="true"/' \
+ phpunit.xml.dist >phpunit.xml
+
%{_bindir}/phpunit \
-d date.timezone=UTC \
-d memory_limit=-1 \