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

(cherry picked from commit 90d1af141666ba12f18d44464cb6169c445d0902)
This commit is contained in:
Walter Su 2016-04-19 18:54:11 +08:00
parent e1d9e5ab82
commit 1860b8ceb5

View File

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