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

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 429e9fb  [HUDI-1248] Increase timeout for deltaStreamerTestRunner in 
TestHoodieDeltaStreamer (#3110)
429e9fb is described below

commit 429e9fb5fe78e96e565dd6b2ea0f1f9e56a43c6c
Author: Sagar Sumit <sagarsumi...@gmail.com>
AuthorDate: Mon Jun 21 10:12:12 2021 +0530

    [HUDI-1248] Increase timeout for deltaStreamerTestRunner in 
TestHoodieDeltaStreamer (#3110)
---
 .../org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java
 
b/hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java
index 64fc531..043fd4b 100644
--- 
a/hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java
+++ 
b/hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieDeltaStreamer.java
@@ -971,7 +971,7 @@ public class TestHoodieDeltaStreamer extends 
UtilitiesTestBase {
       }
     });
 
-    TestHelpers.waitTillCondition(condition, dsFuture, 240);
+    TestHelpers.waitTillCondition(condition, dsFuture, 360);
     ds.shutdownGracefully();
     dsFuture.get();
   }

Reply via email to