From: Michael Wallner Date: Fri, 31 Jul 2015 18:25:48 +0000 (+0200) Subject: try some crazy high timeout X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fpecl-ci;a=commitdiff_plain;h=0815aa6d8727870e6bf8409700925abfaaf2b723 try some crazy high timeout --- diff --git a/Makefile b/Makefile index 30fee1a..0584424 100644 --- a/Makefile +++ b/Makefile @@ -95,4 +95,4 @@ ext: pecl-check $(srcdir)/pecl-$(PECL_EXTENSION) pecl $(srcdir)/check-packagexml.php package.xml test: php - REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 180 --show-diff tests + REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 300 --show-diff tests