mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 11:59:08 +00:00
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…
x
Reference in New Issue
Block a user