increase the wait time in faled test
This commit is contained in:
@@ -78,7 +78,7 @@ public class FunctionAutoConfigurationIntegrationTests {
|
|||||||
public void copiesMessages() throws Exception {
|
public void copiesMessages() 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(200);
|
||||||
}
|
}
|
||||||
// It completed
|
// It completed
|
||||||
assertThat(this.forwarder.isOk()).isTrue();
|
assertThat(this.forwarder.isOk()).isTrue();
|
||||||
|
|||||||
Reference in New Issue
Block a user