projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
03e7644
)
Some smoker run the suite for 30 *minutes* - the timeout seems to be too short for...
Peter Rabbitson [Thu, 22 Oct 2009 11:17:41 +0000 (11:17 +0000)]
t/zzzzzzz_sqlite_deadlock.t
patch
|
blob
|
blame
|
history
diff --git
a/t/zzzzzzz_sqlite_deadlock.t
b/t/zzzzzzz_sqlite_deadlock.t
index
e48baa2
..
ebc18a9
100644
(file)
--- 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) {