HDFS-9744. TestDirectoryScanner#testThrottling occasionally time out after 300 seconds. Contributed by Lin Yiqun.
(cherry picked from commit 90d1af141666ba12f18d44464cb6169c445d0902)
This commit is contained in:
parent
e1d9e5ab82
commit
1860b8ceb5
@ -556,7 +556,7 @@ public void runTest(int parallelism) throws Exception {
|
||||
*
|
||||
* @throws Exception thrown on unexpected failure
|
||||
*/
|
||||
@Test (timeout=300000)
|
||||
@Test (timeout=600000)
|
||||
public void testThrottling() throws Exception {
|
||||
Configuration conf = new Configuration(CONF);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user