From: Peter Rabbitson Date: Thu, 22 Oct 2009 11:17:41 +0000 (+0000) Subject: Some smoker run the suite for 30 *minutes* - the timeout seems to be too short for... X-Git-Tag: v0.08113~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=100c5425e365fcfe9b8e8eca70a4723218fdb5ed;p=dbsrgits%2FDBIx-Class.git Some smoker run the suite for 30 *minutes* - the timeout seems to be too short for them (boggle) --- diff --git a/t/zzzzzzz_sqlite_deadlock.t b/t/zzzzzzz_sqlite_deadlock.t index e48baa2..ebc18a9 100644 --- a/t/zzzzzzz_sqlite_deadlock.t +++ b/t/zzzzzzz_sqlite_deadlock.t @@ -10,7 +10,7 @@ use DBICTest; 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) {