This is an automated email from the ASF dual-hosted git repository.

aboda pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new d5e6cef  MINIFICPP-1419 Stabilize docker tests in Github Actions
d5e6cef is described below

commit d5e6cef2ae33ad7a01fea1c5cad98db2e7545cf7
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Thu Dec 3 09:35:03 2020 +0100

    MINIFICPP-1419 Stabilize docker tests in Github Actions
    
    Signed-off-by: Arpad Boda <[email protected]>
    
    This closes #949
---
 docker/test/integration/test_filter_zero_file.py | 2 +-
 docker/test/integration/test_s2s.py              | 2 +-
 docker/test/integration/test_zero_file.py        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/test/integration/test_filter_zero_file.py 
b/docker/test/integration/test_filter_zero_file.py
index 3080f8e..b56b23f 100644
--- a/docker/test/integration/test_filter_zero_file.py
+++ b/docker/test/integration/test_filter_zero_file.py
@@ -34,4 +34,4 @@ def test_filter_zero_file():
     with DockerTestCluster(NoFileOutPutValidator()) as cluster:
         cluster.deploy_flow(recv_flow, name='nifi', engine='nifi')
         cluster.deploy_flow(send_flow)
-        assert cluster.check_output(60)
+        assert cluster.check_output(120)
diff --git a/docker/test/integration/test_s2s.py 
b/docker/test/integration/test_s2s.py
index 2d391d9..3125139 100644
--- a/docker/test/integration/test_s2s.py
+++ b/docker/test/integration/test_s2s.py
@@ -37,4 +37,4 @@ def test_minifi_to_nifi():
         cluster.deploy_flow(recv_flow, name='nifi', engine='nifi')
         cluster.deploy_flow(send_flow)
 
-        assert cluster.check_output(60)
+        assert cluster.check_output(120)
diff --git a/docker/test/integration/test_zero_file.py 
b/docker/test/integration/test_zero_file.py
index 2e8f33c..3223329 100644
--- a/docker/test/integration/test_zero_file.py
+++ b/docker/test/integration/test_zero_file.py
@@ -34,4 +34,4 @@ def test_zero_file():
     with DockerTestCluster(EmptyFilesOutPutValidator()) as cluster:
         cluster.deploy_flow(recv_flow, name='nifi', engine='nifi')
         cluster.deploy_flow(send_flow)
-        assert cluster.check_output(60)
+        assert cluster.check_output(120)

Reply via email to