From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 047CD15806E for ; Sun, 28 May 2023 09:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36DD6E07B2; Sun, 28 May 2023 09:49:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B847E07B2 for ; Sun, 28 May 2023 09:49:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3268340FF8 for ; Sun, 28 May 2023 09:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C810A6C for ; Sun, 28 May 2023 09:49:15 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1685267182.8f5231276de8cc3ad5a225a67f1f558de97d2410.zorry@gentoo> Subject: [gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/config/ X-VCS-Repository: proj/tinderbox-cluster X-VCS-Files: buildbot_gentoo_ci/config/workers.py X-VCS-Directories: buildbot_gentoo_ci/config/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 8f5231276de8cc3ad5a225a67f1f558de97d2410 X-VCS-Branch: master Date: Sun, 28 May 2023 09:49:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb16c68d-d2a6-46a0-be6c-d8f91c31519e X-Archives-Hash: 35fbbb2766e74acd11f1ea8401582f76 commit: 8f5231276de8cc3ad5a225a67f1f558de97d2410 Author: Magnus Granberg gentoo org> AuthorDate: Sun May 28 09:46:22 2023 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Sun May 28 09:46:22 2023 +0000 URL: https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=8f523127 Set build_wait_timeout to 600 for log worker Signed-off-by: Magnus Granberg gentoo.org> buildbot_gentoo_ci/config/workers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_gentoo_ci/config/workers.py b/buildbot_gentoo_ci/config/workers.py index 6f27690..83eeda2 100644 --- a/buildbot_gentoo_ci/config/workers.py +++ b/buildbot_gentoo_ci/config/workers.py @@ -94,6 +94,6 @@ def gentoo_workers(worker_data): hostconfig=docker_hostconfig, followStartupLogs=True, masterFQDN='192.168.1.5', - #build_wait_timeout=3600 + build_wait_timeout=600 )) return w