From b49858f00c300f8569980a1ce32a6f247e8c35a2 Mon Sep 17 00:00:00 2001 From: Anton Komarev Date: Mon, 2 Sep 2024 18:55:28 +0300 Subject: [PATCH] Add opentsdb to CI --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc961f3..cb59800 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,9 +13,9 @@ jobs: - 4242:4242 options: >- --health-cmd="curl -f http://opentsdb:4242/api/version" - --health-interval=10s + --health-interval=15s --health-timeout=10s - --health-retries=10 + --health-retries=15 env: TSDB_LOG_LEVEL: "DEBUG"