11 failing tests due to mocha timeout of 2000ms
- Dominant language
- JavaScript
- Stars
- 874
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
I have written an angular application that has your package as a dependency. it uses source code to build your package, which forces your tests to run. 11 tests fail due to the 2000ms timeout, which I cannot find a way to alter.
I have tried using the karma config to change the mocha timeout, as well as the package.json file of all places, to configure mocha's timeout.
perhaps you could provide us with a way to alter that?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the Karma configuration and package.json to find where the Mocha 2000ms timeout is fixed. Reproduce the 11 failing tests and trace how the package's test runner receives its settings. Done means consumers can configure the timeout and the affected tests pass with that configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, javascript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100