Skip to content

Commit

Permalink
Avoid mocha slow (red) markers on test executions (#1120)
Browse files Browse the repository at this point in the history
Avoid mocha slow (red) markers on test executions
  • Loading branch information
ssbarnea authored Mar 12, 2024
1 parent 1d27c75 commit 3960da8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ extension: ["ts"]
require: ts-node/register
package: "./package.json"
timeout: 10001 # default is 2000
# most UI tests are >22s due to our current wait times and we do not want
# red slow marker to distract us until we sort that part yet. Red is expected
# to appear on unexpected long tests, not on an expected duration.
slow: 25000

0 comments on commit 3960da8

Please sign in to comment.