MAPREDUCE-7334. TestJobEndNotifier fails. (#2877)
This commit is contained in:
parent
6f640abbaf
commit
1448756505
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue