-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add a @Timeout example for 'poll until' logic #1926
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
Conversation
|
Tentatively slated for 5.5 GA for team discussion |
|
I generally recommend the use of Awaitility for such use cases. So, if we add an example like this in the User Guide we should also point the users to third-party solutions such as Awaitility. |
sbrannen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make the requested changes and point the users to third-party solutions such as Awaitility.
|
Team Decision: include such content, and we should also point the users to third-party solutions such as Awaitility. |
…e about Awaitility
|
in progress: with the intent of fixing the Spotless violation and polishing locally before merging into |
|
This has been merged into Thanks for the PR! In the future, please be mindful of the following.
|
Overview
Proposing a pattern using @timeout for "wait until" like tests.
I hereby agree to the terms of the JUnit Contributor License Agreement.