From de1a6f47c456df66569cfa34f1c8f7394fcbbc6d Mon Sep 17 00:00:00 2001 From: vitalyster Date: Tue, 16 Jul 2024 17:08:01 +0300 Subject: CI: increase timeout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') 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 -- cgit v1.2.3