From b2b55407068832287e9e96dba9e9fc8c1696954c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 31 Jul 2015 16:49:44 +0200 Subject: [PATCH] raise timeout --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 54ae0bb..30fee1a 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 NO_INTERACTION=1 $(bindir)/php run-tests.php -p $(bindir)/php --show-diff tests + REPORT_EXIT_STATUS=1 $(bindir)/php run-tests.php -q -p $(bindir)/php --set-timeout 180 --show-diff tests -- 2.30.2