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
* Wait for blockers to proceed
If this spec proceeds to reset the barrier before there are any
waiters, the reset will not trigger them and the spec will fail.
This at least tries to ensure that the waiter is there and will
be interrupted as expected.
* Bump join timeout up for slower system
On slower or heavily-loaded systems, such as CI, this join may
need more than one second. Give it ten before giving up and
raising an error.
* Use repeat_until_success to wait for waiters
This avoids getting stuck and waiting forever if something goes
awry.
* Also skip on JRuby until we can fix sporadic failures
0 commit comments