MAPREDUCE-7334. TestJobEndNotifier fails. (#2877)
This commit is contained in:
parent
6f640abbaf
commit
1448756505
|
@ -80,7 +80,7 @@ public class TestJobEndNotifier {
|
|||
calledTimes++;
|
||||
try {
|
||||
// Sleep for a long time
|
||||
Thread.sleep(1000000);
|
||||
Thread.sleep(3000);
|
||||
} catch (InterruptedException e) {
|
||||
timedOut = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue