Upgraded grpc, lowered test message size due to upstream bug

This commit is contained in:
David Vennik
2022-05-13 15:00:52 +03:00
parent 5ac3870b59
commit c0fd9c9792
3 changed files with 12 additions and 8 deletions

View File

@@ -166,7 +166,7 @@ func TestGRPCCodecConcurrency(t *testing.T) {
// the longer messages first to ensure there will be out of
// order returns, and gradually shorter long messages to ensure
// the parallel processing will get quite disordered
4,
3,
append(
expected[0:i], expected[i:]...,