Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
CdekClient: raise the default timeout to more solid 60 seconds (15 wa…
Browse files Browse the repository at this point in the history
…s too short for a delete operation)
  • Loading branch information
sanmai committed Oct 5, 2018
1 parent 5ed97dd commit 7440072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CdekClient.php
Expand Up @@ -65,7 +65,7 @@ final class CdekClient implements Contracts\Client, LoggerAwareInterface

const STANDARD_BASE_URL = 'https://integration.cdek.ru';

const DEFAULT_TIMEOUT = 15;
const DEFAULT_TIMEOUT = 60;

/** @var ClientInterface */
private $http;
Expand Down

0 comments on commit 7440072

Please sign in to comment.