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  6a226c5bc2b01f718b41ed27364b09a363bc266d (commit)
      from  1048dd51d71b68f5244ee386b6b3614426649c83 (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 -----------------------------------------------------------------
commit 6a226c5bc2b01f718b41ed27364b09a363bc266d
Author: Roland Mas <[email protected]>
Date:   Wed May 28 15:27:59 2014 +0200

    Bumped Selenium timeout to 5 minutes to hopefully cope with timeouts on 
CentOS 6

diff --git a/tests/scripts/phpunit.sh b/tests/scripts/phpunit.sh
index 8747ed4..8cd4c4d 100755
--- a/tests/scripts/phpunit.sh
+++ b/tests/scripts/phpunit.sh
@@ -98,7 +98,7 @@ echo "Starting Selenium"
 killall -9 java
 PATH=/usr/lib/iceweasel:$PATH LANG=C java -jar 
/usr/share/selenium/selenium-server.jar -trustAllSSLCertificates -singleWindow 
>/dev/null &
 i=0
-timeout=200
+timeout=300
 while [ $i -lt $timeout ] && ! netstat -tnl 2>/dev/null | grep -q :4444 ; do
     sleep 1
     i=$(($i+1))

-----------------------------------------------------------------------

Summary of changes:
 tests/scripts/phpunit.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

Reply via email to