Skip to content

AsyncServletOutputStreamWriterConcurrencyTest is too slow #10395

Open
@ejona86

Description

@ejona86

On my laptop, the single linCheck test takes over four minutes. I believe this is adding roughly that amount of time to the total build. This test class should either not be part of the normal test execution, or be configured in such a way to take considerably less time (max of 30s?).

I tried reducing OPERATIONS_PER_THREAD from 6 to 4, but it still took over 2 minutes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ejona86

        Issue actions

          AsyncServletOutputStreamWriterConcurrencyTest is too slow · Issue #10395 · grpc/grpc-java