You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
l0b0
added a commit
to linz/emergency-management-tools
that referenced
this issue
Jan 30, 2023
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.The text was updated successfully, but these errors were encountered: