From 402170d49ea441450b5355fd6e645ed1898933c0 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 15 Feb 2023 10:30:01 -0600 Subject: [PATCH] Increase database test timeout (#88187) --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 22abfc6d524..1f2215b2e0d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1001,7 +1001,7 @@ jobs: . venv/bin/activate pip install mysqlclient sqlalchemy_utils - name: Run pytest (partially) - timeout-minutes: 15 + timeout-minutes: 20 shell: bash run: | . venv/bin/activate @@ -1107,7 +1107,7 @@ jobs: . venv/bin/activate pip install psycopg2 sqlalchemy_utils - name: Run pytest (partially) - timeout-minutes: 10 + timeout-minutes: 20 shell: bash run: | . venv/bin/activate