From 689d9207cfbb83eeb7c4cb713d60c474533c7689 Mon Sep 17 00:00:00 2001 From: Vibhu Prashar Date: Thu, 8 Aug 2024 11:07:05 +0530 Subject: [PATCH] test: dummy PR Signed-off-by: Vibhu Prashar --- .github/workflows/custom-test.yaml | 3 +++ conf/conf.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/custom-test.yaml b/.github/workflows/custom-test.yaml index 5b37c76..dd6773a 100644 --- a/.github/workflows/custom-test.yaml +++ b/.github/workflows/custom-test.yaml @@ -34,6 +34,9 @@ jobs: - name: Check Event JSON run: echo "${{ toJson(github.event) }}" + - name: Sleeping for 1min + run: sleep 60 + - name: Set latest comit status as ${{ job.status }} uses: myrotvorets/set-commit-status-action@master if: always() diff --git a/conf/conf.yaml b/conf/conf.yaml index 47d81a7..802edd1 100644 --- a/conf/conf.yaml +++ b/conf/conf.yaml @@ -6,5 +6,5 @@ variables: node: "node-exporter:9100" namespace: "namespace" job: "node-exporter" - interval: "5m" - rate_interval: "5m" + interval: "2m" + rate_interval: "2m"