summaryrefslogtreecommitdiff
path: root/device/race_enabled_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* device: run fewer trials in TestWaitPool when race detector enabledJosh Bleecher Snyder2021-02-091-0/+10
On a many-core machine with the race detector enabled, this test can take several minutes to complete. Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>