Skip to content

Commit ea77967

Browse files
committed
fix(lip): shorten install timeouts
1 parent 68ab59e commit ea77967

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/lip/install.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ const (
4949
lipDotNetMajor = 10
5050
lipBinaryName = "lipd.exe"
5151
lipArchiveEntryPath = "package/win32-x64/lipd.exe"
52-
lipInstallTimeout = 5 * time.Minute
53-
lipDotNetInstallTimeout = 15 * time.Minute
52+
lipInstallTimeout = 3 * time.Minute
53+
lipDotNetInstallTimeout = 3 * time.Minute
5454
lipStatusTimeout = 20 * time.Second
5555
lipVersionRPCTimeout = 15 * time.Second
5656

0 commit comments

Comments
 (0)