Skip to content

Commit

Permalink
fix(test): reduce messages per consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
Youen committed Sep 24, 2021
1 parent 300f5d1 commit 0965b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/balancer/model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func TestManyConsumersOneProducer(t *testing.T) {

const (
CONSUMER int = 10
MESSAGES int = 100
MESSAGES int = 10
)

ports, _ := getFreePorts(2)
Expand Down

0 comments on commit 0965b50

Please sign in to comment.