Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --fetch-timeout config #1780

Closed
isaacs opened this issue Sep 9, 2020 · 1 comment
Closed

Add --fetch-timeout config #1780

isaacs opened this issue Sep 9, 2020 · 1 comment
Assignees
Labels
Enhancement new feature or improvement Release 7.x work is associated with a specific npm 7 release semver:minor new backwards-compatible feature

Comments

@isaacs
Copy link
Contributor

isaacs commented Sep 9, 2020

#1151 (comment)

@isaacs isaacs added this to the v7.0.0-rc.0 milestone Sep 9, 2020
@darcyclarke darcyclarke added Enhancement new feature or improvement Release 7.x work is associated with a specific npm 7 release labels Sep 10, 2020
@darcyclarke darcyclarke modified the milestones: v7.0.0-rc.0, OSS - Sprint 15 Sep 18, 2020
@darcyclarke darcyclarke added the semver:minor new backwards-compatible feature label Sep 18, 2020
@darcyclarke darcyclarke removed this from the OSS - Sprint 15 milestone Sep 18, 2020
isaacs added a commit that referenced this issue Sep 28, 2020
This gets passed down to dependencies as 'timeout', so that the HTTP
request libraries will all get the right value.

Fix: #1780
isaacs added a commit that referenced this issue Sep 28, 2020
This gets passed down to dependencies as 'timeout', so that the HTTP
request libraries will all get the right value.

Fix: #1780
nlf pushed a commit that referenced this issue Sep 29, 2020
This gets passed down to dependencies as 'timeout', so that the HTTP
request libraries will all get the right value.

Fix: #1780

PR-URL: #1870
Credit: @isaacs
Close: #1870
Reviewed-by: @nlf
nlf pushed a commit that referenced this issue Sep 29, 2020
This gets passed down to dependencies as 'timeout', so that the HTTP
request libraries will all get the right value.

Fix: #1780

PR-URL: #1870
Credit: @isaacs
Close: #1870
Reviewed-by: @nlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement new feature or improvement Release 7.x work is associated with a specific npm 7 release semver:minor new backwards-compatible feature
Projects
None yet
Development

No branches or pull requests

4 participants
@isaacs @ruyadorno @darcyclarke and others