Skip to content

Commit

Permalink
Darwin framework tests timeout increase to deal with CI run time vari…
Browse files Browse the repository at this point in the history
…ance
  • Loading branch information
jtung-apple committed Oct 26, 2022
1 parent 1d8d591 commit 17e3e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: defaults delete com.apple.dt.xctest.tool
continue-on-error: true
- name: Run Framework Tests
timeout-minutes: 15
timeout-minutes: 20
# For now disable unguarded-availability-new warnings because we
# internally use APIs that we are annotating as only available on
# new enough versions. Maybe we should change out deployment
Expand Down

0 comments on commit 17e3e42

Please sign in to comment.