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

Configurable Timeouts #25

Open
SamBarker opened this issue Feb 16, 2023 · 0 comments
Open

Configurable Timeouts #25

SamBarker opened this issue Feb 16, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@SamBarker
Copy link
Member

There are various blocking and background operations within the extension.

Such as waiting for the test containers to start or verifying all the brokers have started.

Currently these are hard coded, we should expose them somehow to users.

We could:

  • Add our own timeout annotation
  • Somehow use The Junit5 Timeout
  • Add config options to one of the existing annotation(s)
  • Support configuring timeouts via env vars
  • Support configuring timeouts via System properties

The other question we need to address is the timeout global or local. I.e. is it one timeout to cover all operations or a per operation timeout.

For the moment I don't see a need to be able to customise different calls individually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant