From 1f8ddb8254d544e333cad14b9f80012a6e104e5e Mon Sep 17 00:00:00 2001 From: IgorKha Date: Wed, 27 Jul 2022 16:22:04 +0300 Subject: [PATCH] fix actions --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index f1f4455..3944d22 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -24,7 +24,7 @@ jobs: run: curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s -- - name: Test Grafana - run: sleep 5 && curl -GLsS --retry 5 --retry-connrefused --retry-delay 2 'http://localhost:3000/api/health' + run: sleep 10 && curl -GLsS --retry 5 --retry-connrefused --retry-delay 2 'http://localhost:3000/api/health' - name: Test Prometheus run: curl -GLsS --retry 5 --retry-delay 2 "http://localhost:9090/-/ready"