Skip to content

Commit

Permalink
test: flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
李浩然 committed May 15, 2024
1 parent 242b736 commit b28a9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localcache/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ func Test_UpdateKeySync(t *testing.T) {
for _, mock := range mocks {
c.SetWithExpire(mock.key, mock.val, 0)
}
n := 1000
n := 1000000
// Test data update
for i := 0; i < n; i++ {
go func() {
Expand Down

0 comments on commit b28a9e6

Please sign in to comment.