From 0815aa6d8727870e6bf8409700925abfaaf2b723 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 31 Jul 2015 20:25:48 +0200 Subject: [PATCH] try some crazy high timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2