Skip to content

Commit 1a80afc

Browse files
authored
Increase timeout of API breakage check
The API breakage check has to build a project twice to detect the difference in API. This can easily hit the current timeout of 20 minutes for [larger projects](https://github.com/apple/swift-temporal-sdk/actions/runs/18406091287/job/52446247806). Increase the timeout to 40 minutes for now.
1 parent 20d5c09 commit 1a80afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soundness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: ubuntu-latest
9696
container:
9797
image: ${{ inputs.api_breakage_check_container_image }}
98-
timeout-minutes: 20
98+
timeout-minutes: 40
9999
steps:
100100
- name: Checkout repository
101101
uses: actions/checkout@v4

0 commit comments

Comments
 (0)