Skip to content

Commit

Permalink
Merge pull request #8 from jankratochvil/timeout
Browse files Browse the repository at this point in the history
Increase timeout 3->6
  • Loading branch information
stevieb9 committed Mar 31, 2022
2 parents c728df4 + 57bfdaf commit 9e08882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tesla/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ sub mech {
my $www_mech = WWW::Mechanize->new(
agent => $self->_useragent_string,
autocheck => 0,
timeout => 3,
timeout => 6,
cookie_jar => {}
);

Expand Down

0 comments on commit 9e08882

Please sign in to comment.