[Bps-public-commit] SD branch, master, updated. 0.73-61-g925869b

? sunnavy sunnavy at bestpractical.com
Wed May 5 23:53:55 EDT 2010


The branch, master has been updated
       via  925869ba6c0b8997effa043634c747dbe33443d3 (commit)
      from  cf53960a8088887326bc822dc83769fa01aca3bf (commit)

Summary of changes:
 t/sd-trac/setup_trac.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 925869ba6c0b8997effa043634c747dbe33443d3
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu May 6 11:54:04 2010 +0800

    to make my old macbook happy

diff --git a/t/sd-trac/setup_trac.pl b/t/sd-trac/setup_trac.pl
index 7cf9b43..2749268 100644
--- a/t/sd-trac/setup_trac.pl
+++ b/t/sd-trac/setup_trac.pl
@@ -31,7 +31,7 @@ sub _did_server_start {
     my $self = shift;
     for ( 1 .. 200 ) {
         return 1 if eval { get( $self->url ) };
-        usleep 5000;
+        usleep 15000;
     }
     die "Server didn't start";
 }

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



More information about the Bps-public-commit mailing list