Skip to content

Commit 1851390

Browse files
authored
Update the format check timeout to 20mins
1 parent 236a54f commit 1851390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soundness.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-latest
162162
container:
163163
image: ${{ inputs.format_check_container_image }}
164-
timeout-minutes: 10
164+
timeout-minutes: 20
165165
steps:
166166
- name: Checkout repository
167167
uses: actions/checkout@v4

0 commit comments

Comments
 (0)