From 5c1c83e9d0fab42d6860940b9c58db27770f9859 Mon Sep 17 00:00:00 2001 From: David Wiens Date: Thu, 25 Jul 2024 10:51:23 -0700 Subject: [PATCH] Increase runner timeout --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90e3f3d..1b4ece5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: jobs: release-installer: runs-on: windows-2022 - timeout-minutes: 2 + timeout-minutes: 3 env: SM_API_KEY: ${{ secrets.SM_API_KEY }} SM_CLIENT_CERT_FILE: "D:\\Certificate_pkcs12.p12"