From 1160a15b916987fb5360eed1f11d0340d654cd84 Mon Sep 17 00:00:00 2001 From: Alexander Penev <7923188+alexander-penev@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:56:55 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82d287308..06d3e4a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -483,6 +483,7 @@ jobs: run: | #brew update brew install --ignore-dependencies llvm + brew install z3 # Update openssl on osx because the current one is deprecated by python. curl -L https://bootstrap.pypa.io/get-pip.py | sudo python3 echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH @@ -720,7 +721,7 @@ jobs: if: ${{ failure() }} uses: mxschmitt/action-tmate@v3 # When debugging increase to a suitable value! - timeout-minutes: ${{ github.event.pull_request && 1 || 20 }} + timeout-minutes: ${{ github.event.pull_request && 100 || 20 }} - name: Prepare code coverage report if: ${{ success() && (matrix.coverage == true) }} run: |