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 an overload of confirmation() with a timeout #789

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

grynspan
Copy link
Contributor

@grynspan grynspan commented Oct 30, 2024

DO NOT MERGE: This PR is potentially incompatible with parallelized testing because tests that run in parallel compete for computing resources and a test that only takes (e.g.) 5ms of CPU time may take much more wall-clock time to actually complete. This is extra-true in CI or VM environments.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

**DO NOT MERGE:** This PR is potentially incompatible with parallelized testing
because tests that run in parallel compete for computing resources and a test
that only takes (e.g.) 5ms of CPU time may take much more wall-clock time to
actually complete. This is extra-true in CI or VM environments.
@grynspan grynspan added enhancement New feature or request concurrency Swift concurrency/sendability issues public-api Affects public API labels Oct 30, 2024
@grynspan grynspan self-assigned this Oct 30, 2024
@grynspan
Copy link
Contributor Author

@swift-ci test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concurrency Swift concurrency/sendability issues enhancement New feature or request public-api Affects public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant