[Bast-commits] r7813 - DBIx-Class/0.08/trunk/t
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Thu Oct 22 11:17:43 GMT 2009
Author: ribasushi
Date: 2009-10-22 11:17:41 +0000 (Thu, 22 Oct 2009)
New Revision: 7813
Modified:
DBIx-Class/0.08/trunk/t/zzzzzzz_sqlite_deadlock.t
Log:
Some smoker run the suite for 30 *minutes* - the timeout seems to be too short for them (boggle)
Modified: DBIx-Class/0.08/trunk/t/zzzzzzz_sqlite_deadlock.t
===================================================================
--- DBIx-Class/0.08/trunk/t/zzzzzzz_sqlite_deadlock.t 2009-10-22 09:10:38 UTC (rev 7812)
+++ DBIx-Class/0.08/trunk/t/zzzzzzz_sqlite_deadlock.t 2009-10-22 11:17:41 UTC (rev 7813)
@@ -10,7 +10,7 @@
use DBICTest::Schema;
plan tests => 2;
-my $wait_for = 10; # how many seconds to wait
+my $wait_for = 30; # how many seconds to wait
for my $close (0,1) {
More information about the Bast-commits
mailing list