From common-commits-return-87319-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Thu Aug 30 15:37:18 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0FA66180656 for ; Thu, 30 Aug 2018 15:37:17 +0200 (CEST) Received: (qmail 24120 invoked by uid 500); 30 Aug 2018 13:37:17 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 24100 invoked by uid 99); 30 Aug 2018 13:37:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2018 13:37:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 938C2E01BF; Thu, 30 Aug 2018 13:37:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stevel@apache.org To: common-commits@hadoop.apache.org Date: Thu, 30 Aug 2018 13:37:16 -0000 Message-Id: <5bc6e6b2c35141f5ac4a34736973f33c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] hadoop git commit: HADOOP-15680. ITestNativeAzureFileSystemConcurrencyLive times out. Contributed by Andras Bokor. Repository: hadoop Updated Branches: refs/heads/branch-3.1 12eb9cc3b -> 6f939d429 refs/heads/trunk 2e6c1109d -> e8d138ca7 HADOOP-15680. ITestNativeAzureFileSystemConcurrencyLive times out. Contributed by Andras Bokor. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e8d138ca Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e8d138ca Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e8d138ca Branch: refs/heads/trunk Commit: e8d138ca7c1b695688515d816ac693437c87df62 Parents: 2e6c110 Author: Steve Loughran Authored: Thu Aug 30 14:36:00 2018 +0100 Committer: Steve Loughran Committed: Thu Aug 30 14:36:00 2018 +0100 ---------------------------------------------------------------------- .../hadoop/fs/azure/ITestNativeAzureFileSystemConcurrencyLive.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e8d138ca/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/ITestNativeAzureFileSystemConcurrencyLive.java ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/ITestNativeAzureFileSystemConcurrencyLive.java b/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/ITestNativeAzureFileSystemConcurrencyLive.java index 87cac15..1c868ea 100644 --- a/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/ITestNativeAzureFileSystemConcurrencyLive.java +++ b/hadoop-tools/hadoop-azure/src/test/java/org/apache/hadoop/fs/azure/ITestNativeAzureFileSystemConcurrencyLive.java @@ -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 { --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-commits-help@hadoop.apache.org