From 614700e69ab3b61769ce78dcfeadc980d0ec2f2d Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 26 Sep 2023 23:22:59 -0500 Subject: [PATCH] Bump max ci run to 40 mins --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a6cf11f..9419bca 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -25,7 +25,7 @@ jobs: tests: name: tests runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 40 strategy: matrix: pg_version: [9.6, 10, 11, 12, 13, 14, 15, 16]