Skip to content

ci: add 3 minute timeout#13

Closed
TomMelt wants to merge 1 commit into
mainfrom
add-timeout-to-ci
Closed

ci: add 3 minute timeout#13
TomMelt wants to merge 1 commit into
mainfrom
add-timeout-to-ci

Conversation

@TomMelt
Copy link
Copy Markdown
Member

@TomMelt TomMelt commented Mar 30, 2026

fixes #12

Summary

  • Added a 3-minute timeout to the CI workflow to prevent prolonged execution.

Changes

  • Modified .github/workflows/deploy_slides.yml to include timeout-minutes: 3 for the build job.

Context

  • This change ensures that the CI workflow does not run indefinitely and terminates if it exceeds the specified timeout.
  • The timeout is set to 3 minutes to balance between allowing sufficient time for the build process and preventing excessive resource usage.

@TomMelt TomMelt requested a review from ma595 March 30, 2026 08:37
@TomMelt TomMelt self-assigned this Mar 30, 2026
@TomMelt TomMelt force-pushed the add-timeout-to-ci branch from 3447593 to fc93715 Compare March 30, 2026 08:40
@TomMelt
Copy link
Copy Markdown
Member Author

TomMelt commented Mar 30, 2026

this was already merged in #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

set 2-5 minute timeout for actions

1 participant