From patchwork Tue Sep 17 14:02:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Paterson X-Patchwork-Id: 11148917 X-Patchwork-Delegate: iwamatsu@nigauri.org Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id CCB6816B1 for ; Tue, 17 Sep 2019 14:02:40 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B52212171F for ; Tue, 17 Sep 2019 14:02:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B52212171F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=renesas.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=cip-dev-bounces@lists.cip-project.org Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id D22A31554; Tue, 17 Sep 2019 14:02:39 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id F3CD9154D for ; Tue, 17 Sep 2019 14:02:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 7CBE482F for ; Tue, 17 Sep 2019 14:02:32 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.64,516,1559487600"; d="scan'208";a="26796956" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 17 Sep 2019 23:02:31 +0900 Received: from renesas-ubuntu18.ree.adwin.renesas.com (unknown [10.226.36.88]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 4B3A54252715; Tue, 17 Sep 2019 23:02:31 +0900 (JST) From: Chris Paterson To: cip-dev@lists.cip-project.org Date: Tue, 17 Sep 2019 15:02:10 +0100 Message-Id: <20190917140211.3993-3-chris.paterson2@renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190917140211.3993-1-chris.paterson2@renesas.com> References: <20190917140211.3993-1-chris.paterson2@renesas.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [cip-dev] [PATCH linux-4.4.y-cip] gitlab-ci: Increase test timeout to 60 minutes X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: cip-dev-bounces@lists.cip-project.org Errors-To: cip-dev-bounces@lists.cip-project.org Due to the number of jobs we're running we're beginning to see a backlog of tests in the LAVA lab. Increasing the timeout to handle this delay. Signed-off-by: Chris Paterson --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6348d1c47f6e..55202f5e2ced 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -287,7 +287,7 @@ run_tests: when: always variables: GIT_STRATEGY: none - TEST_TIMEOUT: 30 + TEST_TIMEOUT: 60 script: - /opt/submit_tests.sh artifacts: