r21967 - in /trunk/libdbi-perl/debian: changelog patches/t__85gofer.t__timeout.patch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jun 20 13:53:53 UTC 2008


Author: dmn
Date: Fri Jun 20 13:53:53 2008
New Revision: 21967

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21967
Log:
update t__85gofer.t__timeout.patch to apply again

Modified:
    trunk/libdbi-perl/debian/changelog
    trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/changelog?rev=21967&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Fri Jun 20 13:53:53 2008
@@ -4,6 +4,7 @@
     Thanks to Peter Karbaliotis
   * New upstream release
   * update years of copyright
+  * update t__85gofer.t__timeout.patch to apply again
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 20 Jun 2008 16:38:34 +0300
 

Modified: trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch?rev=21967&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch (original)
+++ trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch Fri Jun 20 13:53:53 2008
@@ -1,12 +1,12 @@
 # As suggested by Tim Bunce when it failed on m68k and arm
 # which are very slow
---- libdbi-perl.orig/t/85gofer.t
-+++ libdbi-perl/t/85gofer.t
-@@ -46,7 +46,7 @@
+--- a/t/85gofer.t
++++ b/t/85gofer.t
+@@ -46,7 +46,7 @@ if (!$opt_dbm) {
  }
  my $remote_driver_dsn = "dbm_type=$opt_dbm;lockfile=0";
  my $remote_dsn = "dbi:DBM:$remote_driver_dsn";
--my $timeout = 30; # for slow/overloaded systems (incl virtual machines with low priority)
+-my $timeout = 60; # for slow/overloaded systems (incl virtual machines with low priority)
 +my $timeout = 100; # for slow/overloaded systems (incl virtual machines with low priority)
  
  plan 'no_plan';




More information about the Pkg-perl-cvs-commits mailing list