Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 10, 2024
1 parent 5d7ea1d commit fcebdf9
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 613 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.1.1",
"@salesforce/cli-plugins-testkit": "^5.1.10",
"@salesforce/dev-scripts": "^8.4.1",
"@salesforce/dev-scripts": "^8.4.2",
"@salesforce/plugin-command-reference": "^3.0.69",
"@salesforce/plugin-telemetry": "^2.3.8",
"@salesforce/ts-sinon": "^1.4.18",
Expand Down
2 changes: 1 addition & 1 deletion src/shared/installationVerification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export async function doInstallationCodeSigningVerification(
const getSigningContent = async (url: string): Promise<Readable> => {
const res = await got.get({
url,
timeout: { request: 10000 },
timeout: { request: 10_000 },
agent: { https: new ProxyAgent() },
});
if (res.statusCode !== 200) {
Expand Down
Loading

0 comments on commit fcebdf9

Please sign in to comment.