Skip to content

Commit 69050a3

Browse files
committed
ci(reporting): allow installed PostgreSQL contract to finish
1 parent f3c094c commit 69050a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ jobs:
832832
runs-on: ubuntu-latest
833833
permissions:
834834
contents: read
835-
timeout-minutes: 40
835+
timeout-minutes: 50
836836
strategy:
837837
fail-fast: false
838838
matrix:
@@ -862,7 +862,7 @@ jobs:
862862
run: pip install -e ".[dev,pg]"
863863
- name: Run installed source-equivalent production contract
864864
shell: bash
865-
timeout-minutes: 35
865+
timeout-minutes: 45
866866
env:
867867
ADCP_PG_TEST_URL: postgresql://postgres@localhost:5432/adcp_production_installed_test
868868
ADCP_PYTHON310: ${{ steps.production-python310.outputs.python-path }}

‎tests/conformance/reporting/_production_packaging.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def installed_production(root, python, wheel, source, *, label, driver_absent):
338338
label=label + "-installed-production",
339339
cwd=fixture_root,
340340
value=settings,
341-
timeout=1800,
341+
timeout=2400 if not driver_absent else 1800,
342342
progress=progress,
343343
)
344344
)

0 commit comments

Comments
 (0)