Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2BF62200C1E for ; Fri, 17 Feb 2017 11:16:56 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2A9EE160B55; Fri, 17 Feb 2017 10:16:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 97CC8160B3F for ; Fri, 17 Feb 2017 11:16:55 +0100 (CET) Received: (qmail 3882 invoked by uid 500); 17 Feb 2017 10:16:54 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 3873 invoked by uid 99); 17 Feb 2017 10:16:54 -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; Fri, 17 Feb 2017 10:16:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA41EDFB0E; Fri, 17 Feb 2017 10:16:54 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: alsorokin@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-paramedic git commit: Increased http timeout for Appium tests Date: Fri, 17 Feb 2017 10:16:54 +0000 (UTC) archived-at: Fri, 17 Feb 2017 10:16:56 -0000 Repository: cordova-paramedic Updated Branches: refs/heads/master 7d1dfa629 -> 25900dcf6 Increased http timeout for Appium tests Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/25900dcf Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/25900dcf Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/25900dcf Branch: refs/heads/master Commit: 25900dcf65237d0679f5a1f3a89f90ccc2a5d390 Parents: 7d1dfa6 Author: Alexander Sorokin Authored: Thu Feb 16 12:34:05 2017 +0300 Committer: Alexander Sorokin Committed: Thu Feb 16 12:34:21 2017 +0300 ---------------------------------------------------------------------- lib/utils/utilities.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/25900dcf/lib/utils/utilities.js ---------------------------------------------------------------------- diff --git a/lib/utils/utilities.js b/lib/utils/utilities.js index edf4b20..61ace12 100644 --- a/lib/utils/utilities.js +++ b/lib/utils/utilities.js @@ -166,7 +166,7 @@ module.exports = { SAUCE_PORT: 80, SAUCE_MAX_DURATION: 5400, // in seconds DEFAULT_ENCODING: 'utf-8', - WD_TIMEOUT: 5 * 60 * 1000, + WD_TIMEOUT: 15 * 60 * 1000, WD_RETRY_DELAY: 15000, WD_RETRIES: 5, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org