Increase database test timeout (#88187)

pull/88202/head
J. Nick Koston 2023-02-15 10:30:01 -06:00 committed by GitHub
parent 03e9dff327
commit 402170d49e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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