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