From 1b89837d9f368978c9c3423552d89e5013c8d0a0 Mon Sep 17 00:00:00 2001 From: Abdulsametileri Date: Sun, 11 Feb 2024 13:53:01 +0300 Subject: [PATCH] chore: add timeout to the integration --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 6cdf75b..df945f0 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v3 - name: Integration Test - run: go test -v test/integration/integration_test.go + run: go test -timeout=15m -v test/integration/integration_test.go env: INPUT_PUBLISH: false GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file