mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01: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:
parent
4e03dfea43
commit
34d5cd2bd8
1 changed files with 3 additions and 0 deletions
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
|
||||
|
|
Loading…
Reference in a new issue