Skip to content

build: give make test the same per-test timeout as CI (#364) - #369

Merged
isaaclins merged 1 commit into
mainfrom
fix/364-test-timeouts
Sep 3, 2026
Merged

build: give make test the same per-test timeout as CI (#364)#369
isaaclins merged 1 commit into
mainfrom
fix/364-test-timeouts

Conversation

@isaaclins

Copy link
Copy Markdown
Owner

Closes #364.

CI runs the suite with -test-timeouts-enabled YES -maximum-test-execution-time-allowance 120, so a wedged test fails fast and is named. make test did not, which is why a hang on a developer machine looked like a slow suite and had to be killed by hand after 40 minutes.

With this, the last of #364 is covered:

CI already fails fast and names a wedged test; make test did not, so a hang on a developer machine looked like a slow suite and had to be killed by hand.
Copilot AI lite review requested due to automatic review settings September 3, 2026 16:03

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@isaaclins
isaaclins merged commit 3c1bf99 into main Sep 3, 2026
2 checks passed
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.

View-host tests crash intermittently on a Safari remote view, and one full-suite run hung for 40 minutes

2 participants