"Deploying using NuGet provider" fails after 60 seconds
When pushing a relatively large nuget package (30MB) to our
Octopus Deploy server, the build often fails at step
Deploying using NuGet provider
, with the message
Process must exit before requested information can be
determined.
I've clocked it and it looks as if a timeout is in place and set at 60 seconds. Whenever the push succeeds quicker than 60 seconds, it suceeds. Is my assumption about the timeout correct and is there a way for us to circumvent or enlarge this timeout? I know that the default timeout Nuget.exe uses is set at 5 minutes.
We are working on a newer and faster Octopus deploy server, but at the same time we're lining up a project that would push an octopacked nuget package of around 200MB, so the 60 second timeout may remain a bit too confining.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 05 Feb, 2015 03:18 PM
You're right - there is 60 sec timeout on running nuget.exe process. Will increase it.
For now you can just replace NuGet deployment with your own nuget.exe command (which is in PATH) on build workers.
-Feodor
Support Staff 2 Posted by Feodor Fitsner on 06 Feb, 2015 05:35 AM
Hi Hilmar,
We've just deployed an update with NuGet process timeout increased to 20 minutes.
3 Posted by Hilmar van der ... on 06 Feb, 2015 08:42 AM
Thanks! Your support has been excellent, as always.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:53 AM.