Browse Source

Tweaks to try and make staging tests more robust

pull/610/head
Tim Kimber 5 years ago
parent
commit
e5d44d3117
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      test/test-config/getssl-staging-dns01.cfg

+ 4
- 4
test/test-config/getssl-staging-dns01.cfg View File

@ -6,12 +6,12 @@ VALIDATE_VIA_DNS=true
DNS_ADD_COMMAND="/getssl/dns_scripts/dns_add_duckdns"
DNS_DEL_COMMAND="/getssl/dns_scripts/dns_del_duckdns"
PUBLIC_DNS_SERVER=1.1.1.1
CHECK_ALL_AUTH_DNS="false"
CHECK_ALL_AUTH_DNS="true"
CHECK_PUBLIC_DNS_SERVER="true"
DNS_EXTRA_WAIT=120
# Speed up the test by reducing the number or retries and the wait between retries.
DNS_WAIT=2
DNS_WAIT_COUNT=11
# Speed up the test by reducing the number or retries and retrying DNS_ADD after 10 failures
DNS_WAIT_COUNT=20
DNS_WAIT_RETRY_ADD="true"
ACCOUNT_KEY_TYPE="rsa"


Loading…
Cancel
Save