🔧 Updated timeout

This commit is contained in:
Nikhil Badyal
2024-01-19 11:42:49 +05:30
parent 3e87ed602d
commit 74d84338c0
+2 -2
View File
@@ -63,7 +63,7 @@ jobs:
upload-to-github: upload-to-github:
name: GitHub Upload name: GitHub Upload
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 30
needs: build-apk needs: build-apk
if: inputs.GITHUB_UPLOAD if: inputs.GITHUB_UPLOAD
@@ -136,7 +136,7 @@ jobs:
needs: build-apk needs: build-apk
name: Apprise Notifier name: Apprise Notifier
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 15 timeout-minutes: 30
if: inputs.APPRISE_NOTIFY if: inputs.APPRISE_NOTIFY
steps: steps: