mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Increase pytests workflow timeout duration to reduce intermittent failures
The test workflow fails regularly with an OperationCancelled error. This is an intermittent failure that gets resolved on running the failed workflows a few times.
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -35,6 +35,8 @@ jobs:
|
||||
- '3.11'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
@@ -54,3 +56,4 @@ jobs:
|
||||
|
||||
- name: 🧪 Test Application
|
||||
run: pytest
|
||||
timeout-minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user