Skip to content

Commit 750d639

Browse files
committed
feat: decrease timeout-minutes default value to 30m
1 parent 08ea35a commit 750d639

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/node-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ on:
5555

5656
timeout-minutes:
5757
description: "The maximum number of minutes to let a job run before GitHub automatically cancels it."
58-
default: 360
58+
default: 30
5959
required: false
6060
type: number
6161

docs/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ See [Github Actions documentation for `jobs.<job_id>.strategy.max-parallel`](htt
205205

206206
### `timeout-minutes`
207207

208-
The maximum number of minutes to let a job run before GitHub automatically cancels it. Default: 360
208+
The maximum number of minutes to let a job run before GitHub automatically cancels it. Default: 30
209209

210210
See [Github Actions documentation for `jobs.<job_id>.timeout-minutes`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes).
211211

0 commit comments

Comments
 (0)