Skip to content

[Misc] Increase tolerance for clock monotonic test#492

Merged
hughperkins merged 1 commit intomainfrom
hp/clock-test
Apr 17, 2026
Merged

[Misc] Increase tolerance for clock monotonic test#492
hughperkins merged 1 commit intomainfrom
hp/clock-test

Conversation

@hughperkins
Copy link
Copy Markdown
Collaborator

Issue: #

Brief Summary

copilot:summary

Walkthrough

copilot:walkthrough

@hughperkins hughperkins merged commit 1ef5a26 into main Apr 17, 2026
21 checks passed
@hughperkins hughperkins deleted the hp/clock-test branch April 17, 2026 09:59
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

LGTM — simple constant bump to reduce test flakiness.

Extended reasoning...

Overview

Single-line change in a test file: increases the LCG iteration count from 50 000 to 200 000 in test_clock_accuracy to give the clock-counter measurements more headroom against timing noise.

Security risks

None — this is a test-only change with no production code paths affected.

Level of scrutiny

Minimal scrutiny needed. The change is a pure numeric constant adjustment in a test, following the existing pattern of the function. It does not alter logic, APIs, or any production code.

Other factors

No bugs found by the bug-hunting system. No prior reviews on this PR. The intent (reduce flakiness) is clear and the change is proportionate.

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.

1 participant