-
Notifications
You must be signed in to change notification settings - Fork 892
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 Rust detection timeout to 3 seconds #1130
Conversation
Thanks for the PR! The second part of solving #1118 is to provide a different error message for when the timeout occurs, vs when the command fails - would you be able to update the PR to include that change too? Then the issue can be closed out. |
No problem, I'll do it later today. |
Cold start, damaged nightly
Should I squash commits? |
No, that's fine, thanks! |
📌 Commit b8a0dda has been approved by |
Increase Rust detection timeout to 3 seconds Fixes #1118 With 3 seconds timeout cold start isn't issue anymore. To simulate cold start use: ``` sync ; echo 3 | sudo tee /proc/sys/vm/drop_caches rustup update ```
💔 Test failed - status-travis |
@bors retry |
Increase Rust detection timeout to 3 seconds Fixes #1118 With 3 seconds timeout cold start isn't issue anymore. To simulate cold start use: ``` sync ; echo 3 | sudo tee /proc/sys/vm/drop_caches rustup update ```
💔 Test failed - status-appveyor |
@bors retry |
Increase Rust detection timeout to 3 seconds Fixes #1118 With 3 seconds timeout cold start isn't issue anymore. To simulate cold start use: ``` sync ; echo 3 | sudo tee /proc/sys/vm/drop_caches rustup update ```
☀️ Test successful - status-appveyor, status-travis |
Fixes #1118
With 3 seconds timeout cold start isn't issue anymore.
To simulate cold start use: