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