From 74d84338c08990bba76c513fdd4b493296761759 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Fri, 19 Jan 2024 11:42:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Updated=20timeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index fb35b18..35a7a6b 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -63,7 +63,7 @@ jobs: upload-to-github: name: GitHub Upload runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 30 needs: build-apk if: inputs.GITHUB_UPLOAD @@ -136,7 +136,7 @@ jobs: needs: build-apk name: Apprise Notifier runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 30 if: inputs.APPRISE_NOTIFY steps: