Skip to content

Commit

Permalink
extra timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Aug 22, 2024
1 parent 8ddf26e commit 907c77f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions starsky/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"isRoot": true,
"tools": {
"dotnet-sonarscanner": {
"version": "6.2.0",
"version": "8.0.0",
"commands": [
"dotnet-sonarscanner"
]
],
"rollForward": false
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public static string ReplaceExtensionWithXmp(string? filename)
[GeneratedRegex(
@"\.([0-9a-z]+)(?=[?#])|(\.)(?:[\w]+)$",
RegexOptions.CultureInvariant | RegexOptions.IgnoreCase,
matchTimeoutMilliseconds: 500)]
matchTimeoutMilliseconds: 2000)]
private static partial Regex FileExtensionRegex();

/// <summary>
Expand Down

0 comments on commit 907c77f

Please sign in to comment.