Increased sleep time in randomly failing test
This commit is contained in:
@@ -86,7 +86,7 @@ public class FunctionalExporterTests {
|
|||||||
public void words() throws Exception {
|
public void words() throws Exception {
|
||||||
int count = 0;
|
int count = 0;
|
||||||
while (this.forwarder.isRunning() && count++ < 10) {
|
while (this.forwarder.isRunning() && count++ < 10) {
|
||||||
Thread.sleep(20);
|
Thread.sleep(50);
|
||||||
}
|
}
|
||||||
// It completed
|
// It completed
|
||||||
assertThat(FunctionalExporterTests.app.inputs).contains("HELLO");
|
assertThat(FunctionalExporterTests.app.inputs).contains("HELLO");
|
||||||
|
|||||||
Reference in New Issue
Block a user