X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fv2reindex.t;h=bf44fa0ad7bc291766b7bf1f9f53a4c9a2d6bb98;hp=b9540e4abce4e3087549da720077d68644ef68b4;hb=537eb7ec8c0f8ebd6fa39807a08515ccd3c4be66;hpb=c34a83286234ea1e876ebdf92a33744272bb6f4e diff --git a/t/v2reindex.t b/t/v2reindex.t index b9540e4a..bf44fa0a 100644 --- a/t/v2reindex.t +++ b/t/v2reindex.t @@ -30,9 +30,8 @@ my $mime = PublicInbox::MIME->create( ], body => "hello world\n", ); - +local $ENV{NPROC} = 2; my $im = PublicInbox::V2Writable->new($ibx, 1); -$im->{parallel} = 0; foreach my $i (1..10) { $mime->header_set('Message-Id', "<$i\@example.com>"); ok($im->add($mime), "message $i added");