about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-17 05:50:30 +0000
committerEric Wong <e@80x24.org>2016-12-17 05:50:30 +0000
commit7bf8dbcf615cc26f622f5a69192995dfa738a595 (patch)
tree48dc1123165b462057e17e277163bd9437b50ec5 /t
parentf67eb4d518670f87c97dca67fd2d8ad500ace81e (diff)
downloadpublic-inbox-7bf8dbcf615cc26f622f5a69192995dfa738a595.tar.gz
Oops :x
Diffstat (limited to 't')
-rw-r--r--t/config.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/config.t b/t/config.t
index 4bbbc838..7271351b 100644
--- a/t/config.t
+++ b/t/config.t
@@ -30,7 +30,7 @@ my $tmpdir = tempdir('pi-config-XXXXXX', TMPDIR => 1, CLEANUP => 1);
                 'url' => 'http://example.com/meta',
                 -primary_address => 'meta@public-inbox.org',
                 'name' => 'meta',
-                feedmax => 100,
+                feedmax => 25,
                 -pi_config => $cfg,
         }, "lookup matches expected output");
 
@@ -46,7 +46,7 @@ my $tmpdir = tempdir('pi-config-XXXXXX', TMPDIR => 1, CLEANUP => 1);
                 'mainrepo' => '/home/pi/test-main.git',
                 'domain' => 'public-inbox.org',
                 'name' => 'test',
-                feedmax => 100,
+                feedmax => 25,
                 'url' => 'http://example.com/test',
                 -pi_config => $cfg,
         }, "lookup matches expected output for test");