Skip to content

Commit 1e51550

Browse files
authored
Increase default format check job timeout
Seems that the 5 minutes are not enough frequently
1 parent 463b0a0 commit 1e51550

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
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ubuntu-latest
145145
container:
146146
image: swiftlang/swift:nightly-6.0-jammy
147-
timeout-minutes: 5
147+
timeout-minutes: 10
148148
steps:
149149
- name: Checkout repository
150150
uses: actions/checkout@v4

0 commit comments

Comments
 (0)