diff options
author | vitalyster | 2024-07-16 17:08:01 +0300 |
---|---|---|
committer | GitHub | 2024-07-16 17:08:01 +0300 |
commit | de1a6f47c456df66569cfa34f1c8f7394fcbbc6d (patch) | |
tree | 9cdb604f16d44c40ba85be23c4a8c9f122f26055 /.github/workflows | |
parent | 8e353121f389e1fe0bec89707dab04590978d818 (diff) |
CI: increase timeout
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 957e8558..27bfe8b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ concurrency: jobs: current: runs-on: self-hosted - timeout-minutes: 15 + timeout-minutes: 25 services: postgres: image: postgres |