Skip to content

Commit 7db6d67

Browse files
authored
Merge pull request #1430 from square/tomm/extend-timeout
Extend timeout for general unit tests to 60 min
2 parents 14d657e + 3f5ac7e commit 7db6d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
name: General Unit Tests (not KMP)
204204
runs-on: macos-latest
205205
needs: build-all
206-
timeout-minutes: 40
206+
timeout-minutes: 60
207207
steps:
208208
- name: Checkout
209209
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)