Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(base.spec.js): Fix Base reporter test failure due to timeout #3527

Merged
merged 1 commit into from
Oct 24, 2018

Commits on Oct 20, 2018

  1. test(test/reporters/base.spec.js): Fix Base reporter test failure due…

    … to timeout
    
    The `Base` reporter's specification verifies reporter can interpret Chai custom error messages. This
    test takes ~480ms (lightly loaded CPU), which is _way_ too close to the 500ms timeout. Change
    doubles this timeout.
    
    mochajs#3524
    plroebuck committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    5de59e4 View commit details
    Browse the repository at this point in the history