Skip to content
New issue

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

Place the Jest timeout back #12

Closed
akauppi opened this issue Apr 10, 2020 · 1 comment
Closed

Place the Jest timeout back #12

akauppi opened this issue Apr 10, 2020 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@akauppi
Copy link
Owner

akauppi commented Apr 10, 2020

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.

@akauppi akauppi added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 10, 2020
@akauppi
Copy link
Owner Author

akauppi commented Apr 10, 2020

Nope. 5s per test is great. Can be set in "testTimeout" in normal Jest config.

@akauppi akauppi closed this as completed Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant