Skip to content

Commit

Permalink
slightly increase with stream cancel test check:
Browse files Browse the repository at this point in the history
  • Loading branch information
bojand committed Jan 11, 2023
1 parent 1be7506 commit d76f3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d76f3e0

Please sign in to comment.