We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Default 5s has been seen to be too short sometimes, and having it editable would be nice.
jest.setTimeout(18000);
See jestjs/jest#6216 . Preferably as a Jest setting. #help
Maybe need to use setupFilesAfterEnv - was there before but got removed as part of going globalSetup.
setupFilesAfterEnv
globalSetup
The text was updated successfully, but these errors were encountered:
Nope. 5s per test is great. Can be set in "testTimeout" in normal Jest config.
Sorry, something went wrong.
No branches or pull requests
Default 5s has been seen to be too short sometimes, and having it editable would be nice.
See jestjs/jest#6216 . Preferably as a Jest setting. #help
Maybe need to use
setupFilesAfterEnv
- was there before but got removed as part of goingglobalSetup
.The text was updated successfully, but these errors were encountered: