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

Add onTimeout support for polling conditions #1853

Conversation

questras
Copy link
Contributor

This fixes #1355
The method definition is different than suggested by the author of the issue but I believe it is true to the description of the feature

@questras questras marked this pull request as draft December 20, 2023 14:28
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5458b32) 0.00% compared to head (6cafb26) 79.70%.

Additional details and impacted files
@@              Coverage Diff              @@
##             master    #1853       +/-   ##
=============================================
+ Coverage          0   79.70%   +79.70%     
- Complexity        0     4275     +4275     
=============================================
  Files             0      434      +434     
  Lines             0    13323    +13323     
  Branches          0     1695     +1695     
=============================================
+ Hits              0    10619    +10619     
- Misses            0     2065     +2065     
- Partials          0      639      +639     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@questras questras marked this pull request as ready for review December 29, 2023 13:54
Copy link
Member

@leonard84 leonard84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, just a few small things

@questras questras requested a review from leonard84 January 15, 2024 15:42
@leonard84 leonard84 merged commit a4d4b88 into spockframework:master Jan 24, 2024
23 checks passed
@leonard84 leonard84 added this to the 2.4-M2 milestone Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add onTimeout support for PollingConditions
2 participants