Skip to content

Commit

Permalink
requestTimeout = 500
Browse files Browse the repository at this point in the history
  • Loading branch information
romanbracinik committed Nov 14, 2023
1 parent e64b8bb commit ebcdd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Keboola/StorageApi/GCSUploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function getLastReceivedToken()
$this->gcsClient = new GoogleStorageClient([
'projectId' => $options['projectId'],
'credentialsFetcher' => $this->fetchAuthToken,
'requestTimeout' => 120,
'requestTimeout' => 500,
]);

if (!$transferOptions) {
Expand Down

0 comments on commit ebcdd7b

Please sign in to comment.