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

increase timeout to accommodate npm #837

Merged
merged 1 commit into from
May 14, 2024
Merged

Conversation

jxjj
Copy link
Contributor

@jxjj jxjj commented May 14, 2024

npm ci takes awhile to run and sometimes deployment fails with a timeout error. This seems to be worse on first deploy when there are more cache misses when fetching packages.

This changes the default timeout from 300 to 600 to give more headroom.

`npm ci` takes awhile to run and sometimes deployment fails with the default timeout of `300`. This doubles the default timeout to give more headroom.
@jxjj jxjj requested a review from cmcfadden May 14, 2024 17:55
@jxjj jxjj self-assigned this May 14, 2024
@jxjj jxjj merged commit bd869a7 into develop May 14, 2024
3 checks passed
@jxjj jxjj deleted the feature/bump-deploy-timeout branch May 14, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants