Allow RSocketMessageHandlerITests to timeout
Fixes gh-7415
This commit is contained in:
parent
6296e6e896
commit
5d0815bc76
|
@ -298,7 +298,7 @@ public class RSocketMessageHandlerITests {
|
|||
}
|
||||
|
||||
private synchronized List<String> awaitPayloads() throws InterruptedException {
|
||||
this.wait();
|
||||
this.wait(TimeUnit.SECONDS.toMillis(1));
|
||||
return this.payloads;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue