Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Remove timeout for single jasmine spec #1642

@cakesmith

Description

@cakesmith

Is there a way (or could a way be implemented) to have one specific jasmine spec never time out? I am aware of the 3-argument syntax of

it('Has a custom timeout', function() {
  expect(true).toBeTruthy();
}, msec)

that sets a custom timeout of msec. Is there a way to pass an argument that lets this spec never time out? Say, maybe passing a negative number, or just plain false or something?

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