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

Make timeout optional #107

Open
michaelpj opened this issue Dec 16, 2022 · 0 comments
Open

Make timeout optional #107

michaelpj opened this issue Dec 16, 2022 · 0 comments

Comments

@michaelpj
Copy link

I have some tests which are a bit flaky but where I don't particularly care if they take longer. So I'd like to retry them on failure, but not time them out. retry_on: error doesn't do this: it will still fail it if it times out, it just won't retry it. It would be nice to just be able to omit the timeout.

l0b0 added a commit to linz/emergency-management-tools that referenced this issue Jan 30, 2023
Workarounds:

- Flaky Python temporary directory removal on Windows
  <python-poetry/poetry-core#460>.
- Mandatory timeout <nick-fields/retry#107>.
- Misleading `poetry --directory` functionality
  <https://github.com/python-poetry/poetry/issues/7363>/Missing option
  for working directory
  <nick-fields/retry#89>.
l0b0 added a commit to linz/emergency-management-tools that referenced this issue Jan 30, 2023
Workarounds:

- Flaky Python temporary directory removal on Windows
  <python-poetry/poetry-core#460>.
- Mandatory timeout <nick-fields/retry#107>.
- Misleading `poetry --directory` functionality
  <https://github.com/python-poetry/poetry/issues/7363>/Missing option
  for working directory
  <nick-fields/retry#89>.
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

No branches or pull requests

1 participant