Skip to content

Commit

Permalink
Merge remote-tracking branch 'Darkren/fix/app2-router2-tests' into fi…
Browse files Browse the repository at this point in the history
…x/app2-router2-tests
  • Loading branch information
nkryuchkov committed Nov 18, 2019
2 parents 5efaf56 + 8583100 commit 4d28985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/idmanager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func TestManager_ReserveNextID(t *testing.T) {
t.Run("concurrent run", func(t *testing.T) {
m := New()

valsToReserve := 10000
valsToReserve := 8000

errs := make(chan error)
for i := 0; i < valsToReserve; i++ {
Expand Down

0 comments on commit 4d28985

Please sign in to comment.