summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2009-04-27 21:59:17 +0000
committerGreg Sabino Mullane2009-04-27 21:59:17 +0000
commit1b816b5539515755c95f40a67fa51cde47afa1c2 (patch)
tree4d9e6df542dfa51247de18f04a72266cadd856d0
parente14541d2a6aef243c306d4decbbcd42cbd5386d4 (diff)
Bump up limits to make tests pass.
-rw-r--r--t/02_bloat.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/02_bloat.t b/t/02_bloat.t
index 561f93fe6..07fa76893 100644
--- a/t/02_bloat.t
+++ b/t/02_bloat.t
@@ -37,10 +37,10 @@ like ($cp->run('-w=10MB'), qr{^$label OK: DB "postgres"}, $t);
for my $size (qw/bytes kilobytes megabytes gigabytes terabytes exabytes petabytes zettabytes/) {
$t=qq{$S returns ok for no bloat with a unit of $size};
- like ($cp->run("-w=10000$size"), qr{^$label OK: DB "postgres"}, $t);
+ like ($cp->run("-w=100000$size"), qr{^$label OK: DB "postgres"}, $t);
my $short = substr($size, 0, 1);
$t=qq{$S returns ok for no bloat with a unit of $short};
- like ($cp->run("-w=10000$short"), qr{^$label OK: DB "postgres"}, $t);
+ like ($cp->run("-w=100000$short"), qr{^$label OK: DB "postgres"}, $t);
}
$t=qq{$S returns correct message if no tables due to exclusion};