swift-testing icon indicating copy to clipboard operation
swift-testing copied to clipboard

Add an overload of `confirmation()` with a timeout

Open grynspan opened this issue 1 year ago • 3 comments

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:

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

grynspan avatar Oct 30 '24 15:10 grynspan

@swift-ci test

grynspan avatar Oct 30 '24 15:10 grynspan

Is this still being worked on?

Ky-MLB avatar Sep 16 '25 19:09 Ky-MLB

This PR is a proof-of-concept. At this time, I'm not planning to merge it. See the PR description for more details.

grynspan avatar Sep 16 '25 21:09 grynspan