Skip to content

Commit

Permalink
chore: speed up ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joway committed Jul 26, 2024
1 parent f966f8f commit c388956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection/skipset/skipset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func TestIntSet(t *testing.T) {

// Test all methods.
const smallRndN = 1 << 8
for i := 0; i < 1<<16; i++ {
for i := 0; i < 1<<12; i++ {
wg.Add(1)
go func() {
r := fastrand.Uint32n(num)
Expand Down

0 comments on commit c388956

Please sign in to comment.