Skip to content

Commit

Permalink
Address failures for Import_IterationCountLimitExceeded_ThrowsInAllot…
Browse files Browse the repository at this point in the history
…tedTime
  • Loading branch information
vcsjones authored Sep 24, 2024
1 parent d830b37 commit 5f619a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ internal override X509Certificate Import(string fileName, SecureString password)


[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
[OuterLoop("Sensitive to timeouts and may fail in very busy environments.")]
public static void Import_IterationCountLimitExceeded_ThrowsInAllottedTime()
{
const int AllottedTime = 5000;
const int AllottedTime = 10_000;

if (!PfxTests.Pkcs12PBES2Supported)
{
Expand Down

0 comments on commit 5f619a7

Please sign in to comment.