Skip to content

ci: add explicit timeouts to workflow jobs #252

Description

@karagozemin

Problem

Existing GitHub Actions jobs have no timeout-minutes limit. A hung dependency install, contract build, or test can consume runner time indefinitely.

Task

Add a reasonable explicit timeout to every existing workflow job without changing steps or triggers.

Acceptance criteria

  • Every workflow job has a finite timeout.
  • Contract and binding jobs retain enough time for a cold Rust build.
  • Steps, triggers, permissions, and action versions are unchanged.
  • Workflow YAML remains valid.

Suggested implementation prompt

Add conservative explicit job timeouts to every existing workflow, allowing extra room for cold Rust builds, validate the YAML, and change nothing else.

Activity

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

Metadata

Metadata

Assignees

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardThird CampaignCampaign: Third Campaign

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions