Skip to content

Fix unit test timeout issue in GitHub Actions#19

Merged
mrbiggred merged 3 commits intomainfrom
feature/fix-unit-test-timeout-in-ci
Oct 1, 2025
Merged

Fix unit test timeout issue in GitHub Actions#19
mrbiggred merged 3 commits intomainfrom
feature/fix-unit-test-timeout-in-ci

Conversation

@mrbiggred
Copy link
Copy Markdown
Member

Adjust the unit test command to include a timeout and update the destination to specify the OS version for the iOS Simulator.

@mrbiggred mrbiggred self-assigned this Oct 1, 2025
@mrbiggred mrbiggred added this to the v2.1.0 milestone Oct 1, 2025
@mrbiggred mrbiggred requested a review from Copilot October 1, 2025 22:08
Copy link
Copy Markdown

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 addresses a unit test timeout issue in GitHub Actions by adding a timeout configuration and improving the iOS Simulator destination specification. The changes also include documentation updates to the changelog.

  • Added a 10-minute timeout to the unit test step to prevent indefinite hanging
  • Updated iOS Simulator destination to include explicit OS version specification
  • Added device listing command for better debugging visibility
  • Updated changelog to reflect additional closed issues

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/ci.yml Added timeout configuration, updated simulator destination with OS version, and added device listing for debugging
CHANGELOG.md Updated issue count and added new PR entry, removed duplicate content

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@mrbiggred mrbiggred merged commit 74c0c57 into main Oct 1, 2025
5 checks passed
@mrbiggred mrbiggred deleted the feature/fix-unit-test-timeout-in-ci branch October 1, 2025 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants