Skip to content

Commit 844aa8b

Browse files
committed
Bump max timeout
1 parent 03e4502 commit 844aa8b

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2025-12-19] [Bump max timeout](https://github.com/RubricLab/events/commit/fa6c49194b463269061bc3fe3899afda4e2a8106)
12
- [2025-12-19] [Add repo field to package](https://github.com/RubricLab/events/commit/7377ceacafc8975323c61736e7bf135001ed8c7d)
23
- [2025-12-19] [Trigger release](https://github.com/RubricLab/events/commit/f93b24bd2ff917a777e791acd7a0bd880be82188)
34
- [2025-11-12] [Trigger release](https://github.com/RubricLab/events/commit/29230572fe2d66349b134c25bb5f717cf9f28f0f)

lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const MAX_DURATION = 10
1+
export const MAX_DURATION = 300

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"simple-git-hooks": {
3030
"post-commit": "bun x @rubriclab/package post-commit"
3131
},
32-
"version": "0.0.40"
32+
"version": "0.0.41"
3333
}

0 commit comments

Comments
 (0)