Skip to content

Commit

Permalink
make test smaller--runs very slowly on circlci
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua MacDonald committed Jun 28, 2022
1 parent acb0a79 commit d2d4b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightstep/sdk/metric/internal/syncstate/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func testSyncStateConcurrency[N number.Any, Traits number.Traits[N]](t *testing.
numReaders = 2
numRoutines = 10
numAttrs = 10
numUpdates = 1e6
numUpdates = 1e5
)

var traits Traits
Expand Down

0 comments on commit d2d4b8f

Please sign in to comment.