Explorar o código

MAPREDUCE-7334. TestJobEndNotifier fails. (#2877)

Akira Ajisaka %!s(int64=4) %!d(string=hai) anos
pai
achega
1448756505

+ 1 - 1
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapred/TestJobEndNotifier.java

@@ -80,7 +80,7 @@ public class TestJobEndNotifier {
       calledTimes++;
       calledTimes++;
       try {
       try {
         // Sleep for a long time
         // Sleep for a long time
-        Thread.sleep(1000000);
+        Thread.sleep(3000);
       } catch (InterruptedException e) {
       } catch (InterruptedException e) {
         timedOut = true;
         timedOut = true;
       }
       }