nodejs-itoolkit icon indicating copy to clipboard operation
nodejs-itoolkit copied to clipboard

Set per-test expected duration

Open kadler opened this issue 5 years ago • 2 comments

The default "slow" time for tests is 75ms. Any test taking longer than that will be marked slow. Our functional toolkit tests take 1000-4000s, however, so they are all marked "slow". We should adjust each test case to determine what a proper slow value is for it and mark it appropriately.

https://mochajs.org/#test-duration

kadler avatar Mar 27 '20 14:03 kadler

Blocked by #200

kadler avatar Mar 27 '20 14:03 kadler

:wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.

github-actions[bot] avatar Apr 27 '20 00:04 github-actions[bot]