HADOOP-15680. ITestNativeAzureFileSystemConcurrencyLive times out.
Contributed by Andras Bokor.
(cherry picked from commit e8d138ca7c
)
This commit is contained in:
parent
12eb9cc3bb
commit
6f939d4294
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue