Skip to content

Commit

Permalink
integrate PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Sep 18, 2023
1 parent 5bac3fd commit 4f54562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/agent/install/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func RemovePath(path string) error {
_ = removeBlockingExe(lastErr)
}

time.Sleep(time.Millisecond)
time.Sleep(50 * time.Millisecond)
}

return fmt.Errorf("timed out while removing %q. Last error: %w", path, lastErr)
Expand Down

0 comments on commit 4f54562

Please sign in to comment.