HADOOP-15680. ITestNativeAzureFileSystemConcurrencyLive times out.

Contributed by Andras Bokor.

(cherry picked from commit e8d138ca7c)
This commit is contained in:
Steve Loughran 2018-08-30 14:37:07 +01:00
parent 12eb9cc3bb
commit 6f939d4294
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 { extends AbstractWasbTestBase {
private static final int THREAD_COUNT = 102; private static final int THREAD_COUNT = 102;
private static final int TEST_EXECUTION_TIMEOUT = 5000; private static final int TEST_EXECUTION_TIMEOUT = 30000;
@Override @Override
protected AzureBlobStorageTestAccount createTestAccount() throws Exception { protected AzureBlobStorageTestAccount createTestAccount() throws Exception {