Skip to content

Commit e59b62d

Browse files
committed
Increase opencode workflow timeout from 30 to 45 minutes
1 parent 861c342 commit e59b62d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/opencode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
github.event.comment.author_association == 'MEMBER' ||
1717
github.event.comment.author_association == 'OWNER')
1818
runs-on: ubuntu-latest
19-
timeout-minutes: 30
19+
timeout-minutes: 45
2020
env:
2121
# This forces actions to use Node 24 and clears the warning
2222
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true

0 commit comments

Comments
 (0)