Skip to content

Commit

Permalink
chore: reduce goroutine stress test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas LE ROUX committed May 14, 2018
1 parent 9660fca commit af07f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/store/memory/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestCacheIncrementSequential(t *testing.T) {
func TestCacheIncrementConcurrent(t *testing.T) {
is := require.New(t)

goroutines := 500
goroutines := 300
ops := 500

expected := int64(0)
Expand Down

0 comments on commit af07f87

Please sign in to comment.