From dd4eb3b426f862af72e228485b5d018a2975b9d2 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Thu, 23 Dec 2021 19:37:09 -0800 Subject: [PATCH] pipeline: test the servers twice, not ten times ...because I don't want the test to run for an hour when a server is down, like ns-azure. --- ci/pipeline-sslip.io.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline-sslip.io.yml b/ci/pipeline-sslip.io.yml index b5ca193..a7308e4 100644 --- a/ci/pipeline-sslip.io.yml +++ b/ci/pipeline-sslip.io.yml @@ -31,7 +31,7 @@ jobs: - {get: every-six-hours, trigger: true} - task: check-dns file: sslip.io/ci/tasks/check-dns.yml - attempts: 10 + attempts: 2 params: DOMAIN: sslip.io