From 7830644b5cdd0134903b9097066f1fb80ef63e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Walter?= Date: Tue, 3 Oct 2023 16:13:43 +0200 Subject: [PATCH] Increase timeout to 20m --- .trunk/trunk.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 5ab7ff9b..7f19224c 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -20,6 +20,7 @@ lint: cargo clippy --message-format json --locked --workspace --all-features --all-targets -- --cap-lints=warn --no-deps -D warnings + run_timeout: 20m enabled: - actionlint@1.6.26 - checkov@2.4.9