Skip to content

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed Feb 11, 2024
1 parent 9756b71 commit 9d1f87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
name: Build .ipa
runs-on: macos-11
timeout-minutes: 15
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ipa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
name: Build .ipa
runs-on: macos-11
timeout-minutes: 15
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9d1f87c

Please sign in to comment.