Skip to content

Make jasmine.DEFAULT_TIMEOUT_INTERVAL configurable #652

@tonekk

Description

@tonekk

5 seconds can be really annoying if you have many test cases that fail.

I'm not sure what would be the best option to accomplish this, but I imagine a configurable option in package.json. Something like defaultTimeoutInterval, which would then be passed to jasmine used.

Steps:

  • Pass jest json config to jasmine file (not sure how)
  • Change jasmine.DEFAULT_TIMEOUT_INTERVAL to jestConfig.defaultTimeoutInterval || 5000

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