Skip to content

Commit

Permalink
Increase timeout into 20 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonnosal committed Oct 6, 2018
1 parent 4bb7ba1 commit 5f36c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lamia/HttpClient/HttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class HttpClient implements HttpClientInterface

protected $options = array(
'user_agent' => 'lamia-http-request',
'timeout' => 10
'timeout' => 20
);

/**
Expand Down

0 comments on commit 5f36c0c

Please sign in to comment.