aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar vitalyster2024-07-16 17:08:01 +0300
committerGravatar GitHub2024-07-16 17:08:01 +0300
commitde1a6f47c456df66569cfa34f1c8f7394fcbbc6d (patch)
tree9cdb604f16d44c40ba85be23c4a8c9f122f26055 /.github/workflows
parent8e353121f389e1fe0bec89707dab04590978d818 (diff)
CI: increase timeout
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
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