Skip to content

Conversation

@davidwrighton
Copy link
Member

The existing timeout of 5 seconds was too short. Make it 45 seconds.

The existing timeout of 5 seconds was too short. Make it 45 seconds.
@dotnet-policy-service
Copy link
Contributor

Tagging subscribers to this area: @BrzVlad, @janvorli, @kg
See info in area-owners.md if you want to be subscribed.

Copy link
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 increases the timeout for the NativeRuntimeEventSourceTest from 5 seconds to 45 seconds to address timeout issues on slower systems, particularly when running with the interpreter ([clr-interp]).

Key Changes

  • Updated the while loop condition timeout from TimeSpan.FromMinutes(1d / 12d) (5 seconds) to TimeSpan.FromMinutes(0.75) (45 seconds)

@davidwrighton davidwrighton merged commit 2a217e1 into dotnet:main Jan 6, 2026
79 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants