diff --git a/test/rate-limit-policies-b.yml b/test/rate-limit-policies-b.yml index 98a8ffe11..0bc7d3f48 100644 --- a/test/rate-limit-policies-b.yml +++ b/test/rate-limit-policies-b.yml @@ -35,8 +35,8 @@ pendingAuthorizationsPerAccount: window: 168h # 1 week, should match pending authorization lifetime. threshold: 999 newOrdersPerAccount: - window: 5m - threshold: 999 + window: 3h + threshold: 9999 certificatesPerFQDNSet: window: 24h threshold: 99999 diff --git a/test/rate-limit-policies.yml b/test/rate-limit-policies.yml index ec8690fa5..aa00935e7 100644 --- a/test/rate-limit-policies.yml +++ b/test/rate-limit-policies.yml @@ -37,8 +37,8 @@ invalidAuthorizationsPerAccount: window: 5m threshold: 3 newOrdersPerAccount: - window: 5m - threshold: 3 + window: 3h + threshold: 1500 certificatesPerFQDNSet: window: 24h threshold: 5