MAPREDUCE-7334. TestJobEndNotifier fails. (#2877)

This commit is contained in:
Akira Ajisaka 2021-04-09 15:53:51 +09:00 committed by GitHub
parent 6f640abbaf
commit 1448756505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}