Skip to content

Commit 0897365

Browse files
committed
fix test
1 parent 3a29a3a commit 0897365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/globallock/globallock_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestLockAndDo(t *testing.T) {
6464
}
6565

6666
func testLockAndDo(t *testing.T) {
67-
const concurrency = 1000
67+
const concurrency = 50
6868

6969
ctx := context.Background()
7070
count := 0

0 commit comments

Comments
 (0)