From c12d66f06e8e242fd2aa495b39ffb00ed9ff3bfc Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Tue, 18 Apr 2023 17:35:12 +0200 Subject: [PATCH] HDDS-8444. Increase timeout of CI build --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d18216cdbae2..776142eba351 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: needs: - build-info runs-on: ubuntu-20.04 - timeout-minutes: 30 + timeout-minutes: 45 if: needs.build-info.outputs.needs-build == 'true' strategy: matrix: