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

Permit longer chain building fetching for dynamic revocation tests #64496

Merged
merged 1 commit into from
Jan 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

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 @@ -15,7 +15,7 @@ namespace System.Security.Cryptography.X509Certificates.Tests.RevocationTests
public static partial class DynamicRevocationTests
{
// The CI machines are doing an awful lot of things at once, be generous with the timeout;
internal static readonly TimeSpan s_urlRetrievalLimit = TimeSpan.FromSeconds(15);
internal static readonly TimeSpan s_urlRetrievalLimit = TimeSpan.FromSeconds(30);

private static readonly Oid s_tlsServerOid = new Oid("1.3.6.1.5.5.7.3.1", null);

Expand Down