MAPREDUCE-6698. Increase timeout on TestUnnecessaryBlockingOnHistoryFileInfo.testTwoThreadsQueryingDifferentJobOfSameUser. Contributed by Haibo Chen

(cherry picked from commit 34fddd1e91)
This commit is contained in:
Jason Lowe 2016-05-17 15:01:33 +00:00
parent 362a778bf5
commit c983115e4c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class TestUnnecessaryBlockingOnHistoryFileInfo {
* blocked by the other while the other thread is holding the lock on its * blocked by the other while the other thread is holding the lock on its
* associated job files and hanging up parsing the files. * associated job files and hanging up parsing the files.
*/ */
@Test(timeout = 20000) @Test(timeout = 600000)
public void testTwoThreadsQueryingDifferentJobOfSameUser() public void testTwoThreadsQueryingDifferentJobOfSameUser()
throws InterruptedException, IOException { throws InterruptedException, IOException {
final Configuration config = new Configuration(); final Configuration config = new Configuration();