mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-16 11:41:39 +00:00

Before this patch, the 250ms sleep would not be interrupted by context cancellation, which would result in the goroutine sometimes lingering in tests (100ms grace period). Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com>