Skip to content

Fix Docs_Examples_ValidateEmail test #68294

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

stephentoub
Copy link
Member

The recent change around timeouts appears to have made the timeout used in this test more accurate, which makes it more likely to fire, which is tripping up CI on slower machines. There's no need for a timeout in this test, though; just delete it.

Fixes #68286
cc: @elinor-fung, @joperezr

The recent change around timeouts appears to have made the timeout used in this test more accurate, which makes it more likely to fire, which is tripping up CI on slower machines.  There's no need for a timeout in this test, though; just delete it.
@ghost
Copy link

ghost commented Apr 20, 2022

Tagging subscribers to this area: @dotnet/area-system-text-regularexpressions
See info in area-owners.md if you want to be subscribed.

Issue Details

The recent change around timeouts appears to have made the timeout used in this test more accurate, which makes it more likely to fire, which is tripping up CI on slower machines. There's no need for a timeout in this test, though; just delete it.

Fixes #68286
cc: @elinor-fung, @joperezr

Author: stephentoub
Assignees: stephentoub
Labels:

area-System.Text.RegularExpressions

Milestone: -

@stephentoub stephentoub merged commit b39c723 into dotnet:main Apr 20, 2022
@stephentoub stephentoub deleted the regextesttimeout branch April 20, 2022 21:28
directhex pushed a commit to directhex/runtime that referenced this pull request Apr 21, 2022
The recent change around timeouts appears to have made the timeout used in this test more accurate, which makes it more likely to fire, which is tripping up CI on slower machines.  There's no need for a timeout in this test, though; just delete it.
@ghost ghost locked as resolved and limited conversation to collaborators May 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.Text.RegularExpressions.Tests.RegexKnownPatternTests.Docs_Examples_ValidateEmail failure
2 participants