Skip to content

[Core] Remove timeout #1695

@mpkorstanje

Description

@mpkorstanje

Summary

It is possible to provide a timeout to step definitions, however the semantics are unreliable (#1506) and was deprecated in #1694 in favor of library based solutions and should be removed in v6.

@Given(value = "^I have (\\d+) cukes in my belly$", timeout = 5000)
public void I_have_cukes_in_my_belly(int cukes) throws Throwable {
          
}

Context & Motivation

Remove the eldritch horror that is Invoker/Timeout.timeout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions