Skip to content

Commit c36cc96

Browse files
committed
Increase the upload timeout
1 parent 20dc5a3 commit c36cc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Deploy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private function uploadArtifacts(array $config, array $packageUrls): void
251251
IO::spin('uploading');
252252

253253
$client = HttpClient::create([
254-
'timeout' => 10,
254+
'timeout' => 30,
255255
'headers' => [
256256
'User-Agent' => 'Bref CLI',
257257
'Content-Type' => 'application/json',

0 commit comments

Comments
 (0)