From 5934ac688d960a72573fec44e5e7f69a52a6bef2 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Fri, 5 Dec 2025 10:31:03 +0100 Subject: [PATCH] Try raising pgsql timeou --- .github/workflows/pull-db-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-db-tests.yml b/.github/workflows/pull-db-tests.yml index 1b155d8f38..91771bb31f 100644 --- a/.github/workflows/pull-db-tests.yml +++ b/.github/workflows/pull-db-tests.yml @@ -51,7 +51,7 @@ jobs: TAGS: bindata - name: run tests run: make test-pgsql - timeout-minutes: 50 + timeout-minutes: 75 env: TAGS: bindata gogit RACE_ENABLED: true