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
- Use more modern approach to shut down thread pool, `awaitTermination` (prevent infinite loop in case of failure)
- Use assertJ so we can get the reason it failed if it does
- Change to `greaterThanOrEqualTo` as this test is successful if the calls blocked on each other and we know that with (500ms * 2)
0 commit comments