Skip to content

Commit 2db77a7

Browse files
authored
Merge pull request github#11607 from github/redsun82/swift-integration-test-timeout
Swift: add timeout to integration tests on macOS
2 parents 6f631b4 + 0058bf4 commit 2db77a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
if : ${{ github.event_name == 'pull_request' }}
6666
needs: build-and-test-macos
6767
runs-on: macos-12-xl
68+
timeout-minutes: 60
6869
steps:
6970
- uses: actions/checkout@v3
7071
- uses: ./swift/actions/run-integration-tests

0 commit comments

Comments
 (0)