matheus-rodrigues00 / utils

✨ Library to commonly used cross-projects utilities methods ✨
17 stars 11 forks source link

Timeout on Tests. #17

Closed matheus-rodrigues00 closed 1 year ago

matheus-rodrigues00 commented 1 year ago

The Jest file must have a max time set. Follows the doc and a tip:

On jest config file:

"jest": {
    "testTimeout": 15000,
  }