From 82a3b01c0b409978b29ae957fb001ec67b264084 Mon Sep 17 00:00:00 2001 From: Akos Kitta Date: Wed, 19 Aug 2020 11:30:06 +0200 Subject: [PATCH] increased the timeout to 90. notarization can run more than expected, we rely on Apple services. Signed-off-by: Akos Kitta --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93b77fbf..60648098 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - os: macos-latest # - os: rsora-rpi-arm # self-hosted armhf runs-on: ${{ matrix.config.os }} - timeout-minutes: 30 + timeout-minutes: 90 env: CERTIFICATE_PATH: /tmp/macos_signing_certificate.p12