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
`TestNoRaceJetStreamClusterMemoryWorkQueueLastSequenceResetAfterRestart`
sometimes fails with a `nats: timeout`, but that's only in the setup
code. That setup code is made to run in parallel to have the test run a
lot faster, but it can sometimes result in timeouts on CI.
Allow for some retries in that section since it's only for setup. And if
the setup fails the asserts after will not be able to work anyway.
Signed-off-by: Maurice van Veen <[email protected]>
0 commit comments