back off the delay a bit

This commit is contained in:
Timothy Baldridge 2022-02-09 11:41:11 -07:00
parent 6150764da8
commit 538235468d

View File

@ -69,7 +69,7 @@ public class ApiKeyAuthenticationHandler : AuthenticationHandler<ApiKeyAuthentic
MetricsKey = metricsKey, MetricsKey = metricsKey,
UserAgent = Request.Headers.UserAgent UserAgent = Request.Headers.UserAgent
}); });
await Task.Delay(TimeSpan.FromSeconds(60)); await Task.Delay(TimeSpan.FromSeconds(20));
throw new Exception("Error, lipsum timeout of the cross distant cloud."); throw new Exception("Error, lipsum timeout of the cross distant cloud.");
} }
} }