[Jifty-commit] r4038 - jifty/trunk/lib/Jifty/Test/WWW

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Sep 3 16:30:14 EDT 2007


Author: clkao
Date: Mon Sep  3 16:30:09 2007
New Revision: 4038

Modified:
   jifty/trunk/lib/Jifty/Test/WWW/Selenium.pm

Log:
my computer is slow. be more patient about selenium rc startup.

Modified: jifty/trunk/lib/Jifty/Test/WWW/Selenium.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Test/WWW/Selenium.pm	(original)
+++ jifty/trunk/lib/Jifty/Test/WWW/Selenium.pm	Mon Sep  3 16:30:09 2007
@@ -63,7 +63,7 @@
 
     $SIG{CHLD} = \&_REAPER;
 
-    my $try = 3;
+    my $try = 5;
     my $sel;
     while ($try--) {
 	$sel = eval { Test::WWW::Selenium->new( %args, auto_stop => 0 ) };


More information about the Jifty-commit mailing list