Skip to content

Commit

Permalink
[skip e2e]Increase timeout for nightly test (zilliztech#232)
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
  • Loading branch information
zhuwenxing committed Dec 20, 2023
1 parent 3e78350 commit 74d9413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
./milvus-backup server > server.log 2>&1 &
- name: Run test
timeout-minutes: 120
timeout-minutes: 180
shell: bash
working-directory: tests
run: |
pytest -s -v --tags L0 L1 L2 L3
pytest -s -v --tags L0 L1 L2 L3 -n 4
- name: Get Milvus status
shell: bash
Expand All @@ -119,7 +119,7 @@ jobs:
if: ${{ ! success() }}
uses: actions/upload-artifact@v2
with:
name: logs-${{ matrix.deploy_tools }}-${{ matrix.milvus_mode }}
name: logs-${{ matrix.deploy_tools }}-${{ matrix.milvus_mode }}-${{ matrix.milvus_version }}
path: |
./logs
./server.log
Expand Down

0 comments on commit 74d9413

Please sign in to comment.