From a1418c70778f573cd525a4ff2269b91a9848c028 Mon Sep 17 00:00:00 2001 From: Dale Henrichs Date: Tue, 16 May 2023 09:28:14 -0700 Subject: [PATCH] Update ci.yml 20 minute timeout is not enough fro macos jobs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef4c91c6..8ebe248f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Run tests run: smalltalkci -s ${{ matrix.smalltalk }} shell: bash - timeout-minutes: 20 + timeout-minutes: 25 slack-workflow-status: if: always() name: Post Workflow Status To Slack