Change default timeout for findBy*
and waitFor
functions?
#29610
Unanswered
jhpedemonte
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
The functions provided by testing-library (such as
findBy*
andwaitFor
) have a default timeout of 1000ms. Is there a way to change this default across all these functions, instead of having to add the option to each function call? This would be helpful in CI environments where the tests run slower.Additional information
No response
Create a reproduction
No response
Beta Was this translation helpful? Give feedback.
All reactions