Wait for MockServer to stop
This commit is contained in:
@@ -88,6 +88,7 @@ public class TwitterTrendLocationProcessorIntegrationTests {
|
||||
@AfterEach
|
||||
public void stopServer() {
|
||||
mockServer.stop();
|
||||
while (!mockServer.hasStopped(3,100L, TimeUnit.MILLISECONDS)){}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user