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

Set spawn timeout to 5 min instead of 300 ms #1

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

vincentfretin
Copy link

The timeout option here didn't do anything on node 6.17.1 because this option was introduced in node v14.18.0 and it's in milliseconds, not seconds. See https://nodejs.org/api/child_process.html#child_processspawncommand-args-options

The timeout option here didn't do anything on node 6.17.1 because this option was introduced in node v14.18.0 and it's in milliseconds, not seconds. See https://nodejs.org/api/child_process.html#child_processspawncommand-args-options
@vincentfretin
Copy link
Author

This repo is used for the aframe-site repository to download all the aframe versions from npm, see the issue aframevr/aframe-site#532

@dmarcos
Copy link
Member

dmarcos commented Jun 10, 2024

Thanks so much

@vincentfretin vincentfretin deleted the patch-1 branch June 10, 2024 07:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants