Skip to content

Timeouts for small, medium and large tests should be able to be specified in milliseconds #6361

@CJDennis

Description

@CJDennis

1 second (the minimum sensible value) is a large test for me. I really don't want thousands of small tests taking 0.999 seconds each! Can the length for small, medium, and large tests be specified in milliseconds?

         timeoutForSmallTests="1"
         timeoutForMediumTests="10"
         timeoutForLargeTests="60"

I don't know if you'd want to reuse the existing attributes or define new ones:

         timeoutInMillisecondsForSmallTests="1000"
         timeoutInMillisecondsForMediumTests="10000"
         timeoutInMillisecondsForLargeTests="60000"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions