Skip to content

Commit 6e10732

Browse files
authored
Increase timeout of API breakage check (#171)
1 parent 20d5c09 commit 6e10732

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)