R7MjeR+vbEheRtQGAVXKhzlE8N5UMGH3/wEXp8TSbvreWaMzNoNdLCE8U+yJ1Q7J1s7DuD xGXAr0XUyQbbldnedExNpeuyCp0OZoarEzZzLhRFsRAJ2EorYxhtnFVm6cTKykChrMBcng lItkAEPhW62g4dIpseNQMnvNAcMvpN1x4XOEVWHjUo3pFjwpEVHSrrkgtn+upwkifm3bPs NF+CdVoU9z2tTJe8YpzDtajQjAMRMdFpe+WkJZfjPw0k1jn4hR9RRR0+tua8zQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1749018155; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=94QO6/X1Clr4/3xlE5EMpaVkemQXsKXRVmiGgF/5GCM=; b=avguIAm95sCRPEfKW2a1AOR2QoVQNMVFJQJKyKd1k6jBwfCc19pvNxhTuk5b38vtQ4pTC/ zNhY/roFrXogkNJQA11N5dfyhwaa1c/02a/8FUOaoH5+GU/Oqz/hr2LB7i0YksWltSU58g +tOREunw1LjZ5VgDaTMol1ESGwv3zwNfM6qjfwYXlhcCmxdrY9/V2O/G+O4i3/lVGE4sa/ CVNomc2byHlvpMOn487OkSsWVdJ6e1IkML5wWCZZrp9G7NpADgpNv2Ul7UR7vBGBjrW0sM 6JNPeyi5OiqmEU+BhGw85/EK6yHsI7O4gyfG3CxmS5HTPvd9VS4TXH70mpEsYQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1749018155; a=rsa-sha256; cv=none; b=N6B53g1GQNVQSCO4LNBupeWiJs/aQYTUZ5rB8PcAjMQbspbjMzqDwDg3WAPc/5nIYYXUxf LRO5Of2NRu0Rm4dr8MMWIEqf2DaLkPgKRIYwmd5gGXVzJIXxbAiXqLpHNRRO/Dh3IRd368 3AcdLC73xoHLo/sQoxh1ea6GqrdOzfDH9zmyZ7nywsdmuzPCDnd0AcfsEWWhbpuU+Jaxhv 98tnpoM6qvYbqYFOC6VIBPfSRjtYCHq55rHJAugVQpElIAweEbTYdDyFSQ6n+zZ7VKlgfI AMOUR5OZNtiHE6pbf59VCibiF28H/KGf9AY0wipNyj9+7twe2Lm5J2QPQ1qn9w== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4bByDW0RpKz1BC6; Wed, 04 Jun 2025 06:22:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 5546MY70032023; Wed, 4 Jun 2025 06:22:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 5546MYCX032020; Wed, 4 Jun 2025 06:22:34 GMT (envelope-from git) Date: Wed, 4 Jun 2025 06:22:34 GMT Message-Id: <202506040622.5546MYCX032020@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Lexi Winter Subject: git: 0e33211f911c - main - kyua: increase cleanup_timeout to 300s List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ivy X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0e33211f911c906b47cd0c457a86372c4b5daf87 Auto-Submitted: auto-generated The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=0e33211f911c906b47cd0c457a86372c4b5daf87 commit 0e33211f911c906b47cd0c457a86372c4b5daf87 Author: Lexi Winter AuthorDate: 2025-06-04 05:35:51 +0000 Commit: Lexi Winter CommitDate: 2025-06-04 05:35:51 +0000 kyua: increase cleanup_timeout to 300s Test cleanup times out after 60 seconds, causing the test to fail if the cleanup hasn't finished in time. This timeout should be configurable, but it currently is not. Several tests (e.g. bridge, pf) are now reaching this limit; as a workaround, increase the timeout to 300 seconds. Reviewed by: igoro, kevans, des Approved by: des (mentor), kevans (mentor) Differential Revision: https://reviews.freebsd.org/D50499 --- contrib/kyua/engine/scheduler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/kyua/engine/scheduler.cpp b/contrib/kyua/engine/scheduler.cpp index 8b2498514f6d..4c40bf31046e 100644 --- a/contrib/kyua/engine/scheduler.cpp +++ b/contrib/kyua/engine/scheduler.cpp @@ -87,11 +87,11 @@ using utils::optional; /// /// TODO(jmmv): This is here only for testing purposes. Maybe we should expose /// this setting as part of the user_config. -datetime::delta scheduler::cleanup_timeout(60, 0); +datetime::delta scheduler::cleanup_timeout(300, 0); /// Timeout for the test case execenv cleanup operation. -datetime::delta scheduler::execenv_cleanup_timeout(60, 0); +datetime::delta scheduler::execenv_cleanup_timeout(300, 0); /// Timeout for the test case listing operation.