increase the wait time in faled test

This commit is contained in:
Oleg Zhurakousky
2021-09-21 07:35:05 +02:00
parent 66e23c47c0
commit 16de1ca920

View File

@@ -78,7 +78,7 @@ public class FunctionAutoConfigurationIntegrationTests {
public void copiesMessages() throws Exception {
int count = 0;
while (this.forwarder.isRunning() && count++ < 10) {
Thread.sleep(20);
Thread.sleep(200);
}
// It completed
assertThat(this.forwarder.isOk()).isTrue();