-
Notifications
You must be signed in to change notification settings - Fork 949
increase the timeout for running rustc --version
#1313
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
Conversation
I encounter this problem occasionally on my machine as well and I think it's safe to merge this PR. |
I'm sort of wary to merge this, what's causing rustc to take 10 seconds to prints its version? |
Guess: the toolchain is on a drive that's currently in low-power/low-noise mode and some wake up time is needed before |
Couple of ideas:
|
@alexcrichton 10 secs may be too long, but 3 secs can be too short in some cases, like after a reboot:
|
@bors: r+ Ok! |
📌 Commit 09a23b7 has been approved by |
increase the timeout for running `rustc --version` Fixes #1312
💥 Test timed out |
@bors: retry |
increase the timeout for running `rustc --version` Fixes #1312
💔 Test failed - status-travis |
@bors: retry
…On Tue, Jan 9, 2018 at 10:39 AM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang-nursery/rustup.rs/builds/326854977?utm_source=github_status&utm_medium=notification>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1313 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD95P9s-8Bv8cvM5XdPRwBw-9MsJt6Kks5tI5ZLgaJpZM4REGf2>
.
|
increase the timeout for running `rustc --version` Fixes #1312
💔 Test failed - status-travis |
@bors: retry
…On Tue, Jan 9, 2018 at 2:56 PM, bors ***@***.***> wrote:
💔 Test failed - status-travis
<https://travis-ci.org/rust-lang-nursery/rustup.rs/builds/326893490?utm_source=github_status&utm_medium=notification>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1313 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD95DPB_pe5y2462krZfwhs_ZJnoqD3ks5tI9JzgaJpZM4REGf2>
.
|
increase the timeout for running `rustc --version` Fixes #1312
☀️ Test successful - status-appveyor, status-travis |
Fixes #1312