Skip to content

chore: remove timeouts from our unittests#6674

Merged
CommanderStorm merged 2 commits intolouislam:masterfrom
CommanderStorm:master
Jan 11, 2026
Merged

chore: remove timeouts from our unittests#6674
CommanderStorm merged 2 commits intolouislam:masterfrom
CommanderStorm:master

Conversation

@CommanderStorm
Copy link
Copy Markdown
Collaborator

This is failing on some of our CI runs, so well..

Removed comments explaining the workflow purpose.
Copilot AI review requested due to automatic review settings January 11, 2026 13:37
@CommanderStorm CommanderStorm enabled auto-merge (squash) January 11, 2026 13:37
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes the 15-minute timeout from the auto-test CI job and cleans up introductory workflow comments to address timeout failures occurring in some CI runs.

Changes:

  • Removed timeout-minutes: 15 from the auto-test job configuration
  • Removed introductory comments explaining the workflow's purpose

@@ -12,7 +9,6 @@ permissions: {}
jobs:
auto-test:
runs-on: ${{ matrix.os }}
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the timeout completely could allow CI jobs to hang indefinitely, consuming GitHub Actions minutes and potentially hiding issues. GitHub Actions has a default maximum timeout of 360 minutes (6 hours) per job, which is excessive for these tests. Consider setting a more generous timeout (e.g., 30 or 45 minutes) instead of removing it entirely, which would address the timeout failures while still providing protection against hanging jobs.

Suggested change
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 45

Copilot uses AI. Check for mistakes.
@CommanderStorm CommanderStorm merged commit 133fa6f into louislam:master Jan 11, 2026
24 checks passed
@CommanderStorm CommanderStorm added this to the 2.1.0 milestone Jan 12, 2026
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.

2 participants