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

(cherry picked from commit 90d1af1416)
This commit is contained in:
Walter Su 2016-04-19 18:54:11 +08:00
parent d31a0d7443
commit 09a508beee
1 changed files with 1 additions and 1 deletions

View File

@ -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);