Skip to content

org.junit.rules.Timeout should accept a long value #406

Closed
@drothmaler

Description

@drothmaler

Timeout values are usually long values, so there should be a constructor, that supports a long value for the Timeout.
Currently I have to do things like the following:

new Timeout((int) DateUtils.MILLIS_PER_MINUTE * 5)

which is not very nice...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions