mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-31 19:31:38 +02: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>