Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading