Skip to content

Commit

Permalink
Script::CPANTestersAPI - increase bulk_helper timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Feb 3, 2018
1 parent bb31c42 commit 230fde0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/MetaCPAN/Script/CPANTestersAPI.pm
Expand Up @@ -32,8 +32,10 @@ has _bulk => (
lazy => 1,
default => sub {
$_[0]->es->bulk_helper(
index => $_[0]->index->name,
type => 'release'
index => $_[0]->index->name,
type => 'release',
max_count => 250,
timeout => '30m',
);
},
);
Expand Down

0 comments on commit 230fde0

Please sign in to comment.