Skip to content

Add timeout support #47

@aghassemi

Description

@aghassemi

It would be nice to have timeout support, ideally configurable per test. Default could stay infinite as not to change the current behaviour. Without timeouts a bad test could leave the whole runner hanging which is not a good idea, specially for automated CI integration.

prova.setTimeout(ms)  // Applies to all tests, 
t.setTimeout(ms)  // Overrides the default timeout for a particular test.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions