Allow RSocketMessageHandlerITests to timeout
Fixes gh-7415
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user