X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fv2reindex.t;h=c416629c3f4155cc5bc0e5642f64a9b4952747fd;hb=20759636853f59b1d59cd979e72375422de29059;hp=8a3071b734af5c763a8192cfafd74e3919e57f7a;hpb=fdfd7161a9257b70d65ab55dba4328b4960142d3;p=public-inbox.git diff --git a/t/v2reindex.t b/t/v2reindex.t index 8a3071b7..c416629c 100644 --- a/t/v2reindex.t +++ b/t/v2reindex.t @@ -39,14 +39,13 @@ my $mime = PublicInbox::MIME->create( ], body => $agpl, ); -local $ENV{NPROC} = 2; my $minmax; my $msgmap; my ($mark1, $mark2, $mark3, $mark4); { my %config = %$ibx_config; my $ibx = PublicInbox::Inbox->new(\%config); - my $im = PublicInbox::V2Writable->new($ibx, 1); + my $im = PublicInbox::V2Writable->new($ibx, {nproc => 1}); my $im0 = $im->importer(); foreach my $i (1..10) { $mime->header_set('Message-Id', "<$i\@example.com>");