Author: timbo
Date: Tue Nov 24 06:13:41 2009
New Revision: 13597

Modified:
   dbi/trunk/t/85gofer.t

Log:
Increase timeout for gofer tests
Possible cause of 
http://www.nntp.perl.org/group/perl.cpan.testers/2009/09/msg5314249.html
and many others on Oliver's s390x-linux system. If this doesn't help then I may
simply skip the tests when run on a s390 system.


Modified: dbi/trunk/t/85gofer.t
==============================================================================
--- dbi/trunk/t/85gofer.t       (original)
+++ dbi/trunk/t/85gofer.t       Tue Nov 24 06:13:41 2009
@@ -46,7 +46,8 @@
 }
 my $remote_driver_dsn = "dbm_type=$opt_dbm;lockfile=0";
 my $remote_dsn = "dbi:DBM:$remote_driver_dsn";
-my $timeout = 120; # for slow/overloaded systems (incl virtual machines with 
low priority)
+# Long timeout for slow/overloaded systems (incl virtual machines with low 
priority)
+my $timeout = 240;
 
 plan 'no_plan';
 

Reply via email to