MAPREDUCE-6698. Increase timeout on TestUnnecessaryBlockingOnHistoryFileInfo.testTwoThreadsQueryingDifferentJobOfSameUser. Contributed by Haibo Chen
This commit is contained in:
parent
12fa4ec141
commit
34fddd1e91
@ -83,7 +83,7 @@ public static void cleanUp() throws IOException {
|
|||||||
* 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();
|
||||||
|
Loading…
Reference in New Issue
Block a user