-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Open
Description
I have recently started to get errors when running tests on unedited labs. Adding a longer timeout seems to rectify the issue.
From -
"scripts": {
"test": "mocha -R mocha-multi --reporter-options nyan=-,json=.results.json"
To -
"scripts": {
"test": "mocha -R mocha-multi --reporter-options nyan=-,json=.results.json --timeout 5000"
This issue has followed me across a few labs. Hoisting, Arrays and Scoping.
Metadata
Metadata
Assignees
Labels
No labels