From 8c2a08d2bc51fdd5abaf67cdf38924cca2813cfe Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 5 Mar 2023 17:09:12 +0300 Subject: CI: update timeouts --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca9a8181..29bd1e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,7 @@ concurrency: jobs: current: runs-on: self-hosted + timeout-minutes: 15 strategy: matrix: profile: [default, postgres, mysql, sqlserver] @@ -68,6 +69,7 @@ jobs: run: working-directory: vnext runs-on: self-hosted + timeout-minutes: 15 steps: - uses: actions/checkout@v2 - name: Setup Node.JS 18 -- cgit v1.2.3