Increase workflow test timeout time + add test prints

This commit is contained in:
Sarah Wooders
2023-12-27 15:42:11 +04:00
parent b8a82b9569
commit 5f554d305b
2 changed files with 14 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
PGVECTOR_TEST_DB_URL: postgresql+pg8000://memgpt:memgpt@localhost:8888/memgpt
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
timeout-minutes: 5
timeout-minutes: 10
steps:
- name: Checkout