We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ab59e commit ea77967Copy full SHA for ea77967
1 file changed
internal/lip/install.go
@@ -49,8 +49,8 @@ const (
49
lipDotNetMajor = 10
50
lipBinaryName = "lipd.exe"
51
lipArchiveEntryPath = "package/win32-x64/lipd.exe"
52
- lipInstallTimeout = 5 * time.Minute
53
- lipDotNetInstallTimeout = 15 * time.Minute
+ lipInstallTimeout = 3 * time.Minute
+ lipDotNetInstallTimeout = 3 * time.Minute
54
lipStatusTimeout = 20 * time.Second
55
lipVersionRPCTimeout = 15 * time.Second
56
0 commit comments