Skip to content

Commit

Permalink
Update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
killerbees19 committed Mar 11, 2021
1 parent a35b19e commit 1d62ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simple-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ then V2=1; shift; else V2=0; fi

DOMAIN=${1-}; NS=${2-DEFAULT}
SCRIPT=${3-../scripts/acme-dns-nc}
WAIT_TRIES=100; WAIT_DNS=12; WAIT_NEXT=5
WAIT_TRIES=333; WAIT_DNS=12; WAIT_NEXT=5
CHALLENGE_PREFIX="_acme-challenge"

if [[ "$DOMAIN" == "" ]]; then echo "Usage: $0 [--wildcard] <domain> [<primary-nameserver> [<path-to-script>]]" 1>&2; exit 1
Expand Down

0 comments on commit 1d62ec0

Please sign in to comment.