Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. #3524
- Loading branch information