This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 4fd9ba207408272b66ce273befa0746d7f81b6f1 (commit)
from c97357b1e0740fcd055b9dfd3e0b1d2b246fa1e8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=4fd9ba207408272b66ce273befa0746d7f81b6f1
commit 4fd9ba207408272b66ce273befa0746d7f81b6f1
Author: Roland Mas <[email protected]>
Date: Thu Apr 7 22:21:37 2016 +0200
Enforce max runtime for testsuite
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index d2b5577..be91a4a 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -206,7 +206,7 @@ if [ -n "$1" ] ; then
testname="$1"
fi
-phpunit --verbose --debug --stop-on-failure --log-junit
$SELENIUM_RC_DIR/phpunit-selenium.xml $testname || retcode=$?
+timeout 2h phpunit --verbose --debug --stop-on-failure --log-junit
$SELENIUM_RC_DIR/phpunit-selenium.xml $testname || retcode=$?
set +x
echo "phpunit returned with code $retcode"
-----------------------------------------------------------------------
Summary of changes:
tests/func_tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits