Skip to content

Commit

Permalink
fix: timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 23, 2024
1 parent 0e9d8e2 commit 2377461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundle/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ It will be also visible in your dashboard\n`);
program.error('');
}
await ky.put(url, {
timeout: 60000,
body: zipped,
headers: (!localS3 ? {
"Content-Type": "application/octet-stream",
Expand Down

0 comments on commit 2377461

Please sign in to comment.