Skip to content

Commit 802e212

Browse files
committed
script/contributor longer timeout for 'all' mode
1 parent 33a66db commit 802e212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MetaCPAN/Script/Contributor.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ sub run {
7979
? { range => { date => { gte => sprintf( 'now-%dd', $self->age ) } } }
8080
: return;
8181

82-
my $timeout = $self->all ? '60m' : '5m';
82+
my $timeout = $self->all ? '720m' : '5m';
8383

8484
my $scroll = $self->es->scroll_helper(
8585
size => 500,

0 commit comments

Comments
 (0)