Skip to content

test(name, { timeout: 100 }, f(t) { ... }) gives incorrect timeouts. #178

@benfleis

Description

@benfleis

When using the opts object with a timeout, it appears that the timeout is set at test load time, instead of test execution time. For large suites, this leads to spurious timeouts. The hack fix is to use t.timeoutAfter(100) instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions