Skip to content

Commit 0ee4cc9

Browse files
committed
💚 set 45 minute timeout for Swift and Objective-C test jobs in CI
1 parent 0f67a54 commit 0ee4cc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ concurrency:
1818
jobs:
1919
tests:
2020
name: Swift tests + coverage (${{ matrix.os }}, Swift ${{ matrix.swift }})
21+
timeout-minutes: 45
2122
runs-on: ${{ matrix.os }}
2223
strategy:
2324
fail-fast: false
@@ -67,6 +68,7 @@ jobs:
6768

6869
objc-tests:
6970
name: Objective-C E2E tests (Xcode)
71+
timeout-minutes: 45
7072
runs-on: ${{ matrix.os }}
7173
needs: tests
7274
strategy:

0 commit comments

Comments
 (0)