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, 6.0 has been updated
via 16a70f3ed60f65a91c9367080467c77d26c618ba (commit)
from 0061dc0154f45e72cf5b036418c0b751faff29a7 (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=16a70f3ed60f65a91c9367080467c77d26c618ba
commit 16a70f3ed60f65a91c9367080467c77d26c618ba
Author: Sylvain Beucler <[email protected]>
Date: Fri Nov 27 11:34:44 2015 +0100
testsuite: disable timeout so we have a chance to gdb the stalled process
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index db16b1e..09a8391 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -165,7 +165,9 @@ class FForge_SeleniumTestCase extends
PHPUnit_Extensions_SeleniumTestCase
}
function runCommandTimeout($dir, $command, $env='') {
- $cmd = "cd $dir && $env timeout 15s $command";
+ # Disable timeout so we have a chance to gdb the stalled
process:
+ #$cmd = "cd $dir && $env timeout 15s $command";
+ $cmd = "cd $dir && $env $command";
system($cmd, $ret);
if ($ret == 124) { # retry once if we get a timeout
system($cmd, $ret);
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits