From d76f3e0db8ba747e4215a443c890b59cff03f35f Mon Sep 17 00:00:00 2001 From: Bojan Date: Tue, 10 Jan 2023 21:59:46 -0400 Subject: [PATCH] slightly increase with stream cancel test check: --- runner/run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner/run_test.go b/runner/run_test.go index 33927dff..3bd2bbaf 100644 --- a/runner/run_test.go +++ b/runner/run_test.go @@ -1612,7 +1612,7 @@ func TestRunClientStreaming(t *testing.T) { assert.NotNil(t, calls) assert.Len(t, calls, 1) msgs := calls[0] - assert.True(t, len(msgs) < 15000, len(msgs)) + assert.True(t, len(msgs) < 16500, len(msgs)) }) t.Run("with stream interval and cancel", func(t *testing.T) {