未验证 提交 bc520feb 编写于 作者: K Kevin Jones 提交者: GitHub

Increase delay for AIA fetch timeout test.

上级 f8a5ea75
......@@ -318,7 +318,7 @@ public static void AiaFetchTimeout()
using (X509Certificate2 rootCert = rootAuthority.CloneIssuerCert())
using (X509Certificate2 intermediateCert = intermediateAuthority.CloneIssuerCert())
{
TimeSpan delay = TimeSpan.FromSeconds(3);
TimeSpan delay = TimeSpan.FromSeconds(10);
X509Chain chain = holder.Chain;
responder.ResponseDelay = delay;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册