Skip to content

package.json timeout issues  #811

@k1ngcor3y

Description

@k1ngcor3y

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

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