Skip to content
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

Increase timeout on regex test #63529

Merged
merged 1 commit into from
Jan 8, 2022

Conversation

danmoseley
Copy link
Member

Fix #62873

On Arm32, we can't assume that the slowest possible CI machine (with tests run concurrently) will always find the regex match inside 1 second.

@ghost
Copy link

ghost commented Jan 8, 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

Fix #62873

On Arm32, we can't assume that the slowest possible CI machine (with tests run concurrently) will always find the regex match inside 1 second.

Author: danmoseley
Assignees: -
Labels:

area-System.Text.RegularExpressions

Milestone: -

@danmoseley danmoseley merged commit 9a09cee into dotnet:main Jan 8, 2022
@danmoseley danmoseley deleted the fix.regex.timeout.test branch January 8, 2022 17:02
@ghost ghost locked as resolved and limited conversation to collaborators Feb 7, 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.

RegexKnownPatternTests.TerminationInNonBacktrackingVsBackTracking Failures on Linux ARM32
2 participants