HADOOP-15680. ITestNativeAzureFileSystemConcurrencyLive times out.

Contributed by Andras Bokor.
This commit is contained in:
Steve Loughran 2018-08-30 14:36:00 +01:00
parent 2e6c1109dc
commit e8d138ca7c
No known key found for this signature in database
GPG Key ID: D22CF846DBB162A0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class ITestNativeAzureFileSystemConcurrencyLive
extends AbstractWasbTestBase {
private static final int THREAD_COUNT = 102;
private static final int TEST_EXECUTION_TIMEOUT = 5000;
private static final int TEST_EXECUTION_TIMEOUT = 30000;
@Override
protected AzureBlobStorageTestAccount createTestAccount() throws Exception {