HDFS-9744. TestDirectoryScanner#testThrottling occasionally time out after 300 seconds. Contributed by Lin Yiqun.

This commit is contained in:
Walter Su 2016-04-19 18:54:11 +08:00
parent 4b4df2cd48
commit 90d1af1416
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,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);