diff options
author | Vitaly Takmazov | 2023-03-05 17:09:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-03-05 17:09:12 +0300 |
commit | 8c2a08d2bc51fdd5abaf67cdf38924cca2813cfe (patch) | |
tree | f0ed196e7fc34ce53165524dcf138236a28de487 /.github | |
parent | 19c3930e603bf458efe56e2b4958c58d2dba9d8e (diff) |
CI: update timeouts
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |