-
Notifications
You must be signed in to change notification settings - Fork 946
timeout reading rustc version #1312
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
Comments
lovasoa
added a commit
to lovasoa/rustup.rs
that referenced
this issue
Dec 15, 2017
bors
added a commit
that referenced
this issue
Jan 8, 2018
increase the timeout for running `rustc --version` Fixes #1312
bors
added a commit
that referenced
this issue
Jan 9, 2018
increase the timeout for running `rustc --version` Fixes #1312
bors
added a commit
that referenced
this issue
Jan 9, 2018
increase the timeout for running `rustc --version` Fixes #1312
bors
added a commit
that referenced
this issue
Jan 10, 2018
increase the timeout for running `rustc --version` Fixes #1312
mattico
pushed a commit
to mattico/rustup.rs
that referenced
this issue
Apr 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On my low-end windows computer, rustup fails to print current rust version after installation with the message "timeout reading rustc version".
Indeed, there is a 3-second timeout for running
rustc --version
in rustup, but the command takes 7 seconds to complete on my computer ( 👏 windows).The text was updated successfully, but these errors were encountered: