Skip to content

test(api): explicit Timeout on the readiness-lifecycle ProdStyle test - #348

Merged
IanFrelinger merged 1 commit into
masterfrom
test/ready-prodstyle-timeout
Aug 17, 2026
Merged

test(api): explicit Timeout on the readiness-lifecycle ProdStyle test#348
IanFrelinger merged 1 commit into
masterfrom
test/ready-prodstyle-timeout

Conversation

@IanFrelinger

Copy link
Copy Markdown
Owner

Follow-up to #342.TimeoutConventionTests.HostTouchingTests_MustHaveExplicitTimeout requires [Fact(Timeout = N)] on every ProdStyle test; the new /ready lifecycle test lacked one and turned kernel-coverage red on master. One attribute.

… (TimeoutConventionTests)
TimeoutConventionTests.HostTouchingTests_MustHaveExplicitTimeout flags every ProdStyle
test without [Fact(Timeout = N)]; the /ready lifecycle test from #342 lacked one and
turned kernel-coverage red on master. Convention-only change.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@IanFrelinger
IanFrelinger merged commit 3a4ae93 into masterAug 17, 2026
12 of 14 checks passed
@IanFrelinger
IanFrelinger deleted the test/ready-prodstyle-timeout branch August 17, 2026 16:04
Sign up for freeto 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

@IanFrelinger@PlzTouchGrass