This is an automated email from the ASF dual-hosted git repository.
jeagles pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git
The following commit(s) were added to refs/heads/master by this push:
new 5dafc70 TEZ-4162. Speed up TestInputReadyTracker
5dafc70 is described below
commit 5dafc70530155453701fdfe5d8d8f65687accc62
Author: Jonathan Eagles <[email protected]>
AuthorDate: Thu Apr 30 04:49:46 2020 -0500
TEZ-4162. Speed up TestInputReadyTracker
---
.../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 {