Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit a29c2c2

Browse files
committed
Increase timeout on unit tests run in PR checks
1 parent d8800d0 commit a29c2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
name: Unit Tests
8181

8282
runs-on: macos-15
83-
timeout-minutes: 30
83+
timeout-minutes: 60 # temporary (vs original 20) to fix the issue with GHA slowness
8484

8585
outputs:
8686
commit_author: ${{ steps.fetch_commit_author.outputs.commit_author }}

0 commit comments

Comments
 (0)