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