-
Notifications
You must be signed in to change notification settings - Fork 525
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
taskTimeout was increased to 180,000 ms #2456
Conversation
Not sure if this is the correct approach here... 30s is already quite a lot of time for a request to finish. Even with a slow connection. |
@vik-borisov is this against nuget.org? |
no, it is myget |
and it was restore that failed - the download. right? |
To be honest this change is completely unrelated to restore. And even if it would help - I still think it's the wrong way :) |
that's why I asked. I have no problem with increasing an already arbitray timeout. but wonder if the reported issue is actually restore |
Yes, the restore will fail. But then I increased the environment variable PAKET_RESOLVER_TASK_TIMEOUT to 180,000, then the problem was solved |
If i use package local cache or i use version 4, i have no problem |
But restore/download is actually repeated 3 times, was that reported by paket? |
The environment variable is a workaround, but it works for me and my colleagues |
Can you show the failing output? |
Well, I'll try to reproduce this error |
|
This error is reproduced for version 5.1.7. For version 5.2.1 works fine |
But this means you are doing |
yes, now i was used |
Restoring the package was unsuccessful with a low-speed network connection