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
This test rarely flaked because we could see a decimal point in the time
spent retrying which the regex didn't account for. This commit fixes the
pattern as well as refactors the test to provide more context about the
failure to make it easier to understand.
An example failure before this change would include the output line like
```
time spent retrying the transaction: 2.8s
```
Release note: None
0 commit comments