From 72ac68f7bcb3ac0bcdd40c2d2e1337287036c387 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 20 Nov 2024 11:47:52 +0400 Subject: [PATCH] Set timeout to 300 seconds --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9a8617ab9..d5f6a8fd6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,4 +29,5 @@ jobs: # XXX Ideally we would like to use --no-color to simplify Homebrew's formula checks. # See: https://github.com/kdeldycke/meta-package-manager/issues/1004 - --no-color --output-format csv installed \ No newline at end of file + --no-color --output-format csv installed + timeout: 300 \ No newline at end of file