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

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 88a24c7  TEZ-4162. Speed up TestInputReadyTracker
88a24c7 is described below

commit 88a24c70dcab37496dab4816df1904c3c357145c
Author: Jonathan Eagles <[email protected]>
AuthorDate: Thu Apr 30 04:49:46 2020 -0500

    TEZ-4162. Speed up TestInputReadyTracker
    
    (cherry picked from commit 5dafc70530155453701fdfe5d8d8f65687accc62)
---
 .../src/test/java/org/apache/tez/runtime/TestInputReadyTracker.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tez-runtime-internals/src/test/java/org/apache/tez/runtime/TestInputReadyTracker.java
 
b/tez-runtime-internals/src/test/java/org/apache/tez/runtime/TestInputReadyTracker.java
index 1846354..e10c83f 100644
--- 
a/tez-runtime-internals/src/test/java/org/apache/tez/runtime/TestInputReadyTracker.java
+++ 
b/tez-runtime-internals/src/test/java/org/apache/tez/runtime/TestInputReadyTracker.java
@@ -44,7 +44,7 @@ import com.google.common.collect.Sets;
 
 public class TestInputReadyTracker {
 
-  private static final long SLEEP_TIME = 2000l;
+  private static final long SLEEP_TIME = 200l;
   
   @Test(timeout = 20000)
   public void testWithoutGrouping1() throws InterruptedException {

Reply via email to