We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a29a3a commit 0897365Copy full SHA for 0897365
modules/globallock/globallock_test.go
@@ -64,7 +64,7 @@ func TestLockAndDo(t *testing.T) {
64
}
65
66
func testLockAndDo(t *testing.T) {
67
- const concurrency = 1000
+ const concurrency = 50
68
69
ctx := context.Background()
70
count := 0
0 commit comments