Skip to content

Commit 3f5ac7e

Browse files
committed
Extend timeout for general unit tests to 60 min
The general unit tests job was timing out at 40 minutes. This change increases the timeout to 60 minutes to allow the test suite to complete successfully. e.g. https://github.com/square/workflow-kotlin/actions/runs/19176422684/job/54823085604?pr=1429#logs
1 parent 14d657e commit 3f5ac7e

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)