Skip to content

Commit

Permalink
TEZ-4162. Speed up TestInputReadyTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Eagles committed Apr 30, 2020
1 parent 41f6f3b commit 5dafc70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

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 {
Expand Down

0 comments on commit 5dafc70

Please sign in to comment.