Skip to content

Conversation

Yikun
Copy link
Collaborator

@Yikun Yikun commented Sep 19, 2025

What this PR does / why we need it?

Increase doctest timeout to 300s and time print, according to time print in #3045 , most of time consumed in Graph capturing, so I think it's fine to increase doctest timeout

This PR also add time log for each task.

Does this PR introduce any user-facing change?

No

How was this patch tested?

  • Run /vllm-workspace/vllm-ascend/tests/e2e/run_doctests.sh

  • CI passed

  • vLLM version: v0.10.2

  • vLLM main: vllm-project/vllm@a684c01

Closes: #3045

Copy link

👋 Hi! Thank you for contributing to the vLLM Ascend project. The following points will speed up your PR merge:‌‌

  • A PR should do only one thing, smaller PRs enable faster reviews.
  • Every PR should include unit tests and end-to-end tests ‌to ensure it works and is not broken by other future PRs.
  • Write the commit message by fulfilling the PR description to help reviewer and future developers understand.

If CI fails, you can run linting and testing checks locally according Contributing and Testing.

@Yikun Yikun marked this pull request as ready for review September 19, 2025 12:20
@wangxiyuan wangxiyuan merged commit 4ba5671 into vllm-project:main Sep 19, 2025
15 checks passed
weijinqian0 pushed a commit to weijinqian0/vllm-ascend that referenced this pull request Sep 22, 2025
### What this PR does / why we need it?
Increase doctest timeout to 300s and time print, according to time print
in vllm-project#3045 , most of time
consumed in `Graph capturing`, so I think it's fine to increase doctest
timeout

This PR also add time log for each task.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
- Run `/vllm-workspace/vllm-ascend/tests/e2e/run_doctests.sh`
- CI passed

- vLLM version: v0.10.2
- vLLM main:
vllm-project/vllm@a684c01

Closes: vllm-project#3045

Signed-off-by: Yikun Jiang <[email protected]>
Mercykid-bash pushed a commit to Mercykid-bash/vllm-ascend that referenced this pull request Sep 22, 2025
### What this PR does / why we need it?
Increase doctest timeout to 300s and time print, according to time print
in vllm-project#3045 , most of time
consumed in `Graph capturing`, so I think it's fine to increase doctest
timeout

This PR also add time log for each task.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
- Run `/vllm-workspace/vllm-ascend/tests/e2e/run_doctests.sh`
- CI passed

- vLLM version: v0.10.2
- vLLM main:
vllm-project/vllm@a684c01

Closes: vllm-project#3045

Signed-off-by: Yikun Jiang <[email protected]>
Signed-off-by: Che Ruan <[email protected]>
Mercykid-bash pushed a commit to Mercykid-bash/vllm-ascend that referenced this pull request Sep 22, 2025
### What this PR does / why we need it?
Increase doctest timeout to 300s and time print, according to time print
in vllm-project#3045 , most of time
consumed in `Graph capturing`, so I think it's fine to increase doctest
timeout

This PR also add time log for each task.

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
- Run `/vllm-workspace/vllm-ascend/tests/e2e/run_doctests.sh`
- CI passed

- vLLM version: v0.10.2
- vLLM main:
vllm-project/vllm@a684c01

Closes: vllm-project#3045

Signed-off-by: Yikun Jiang <[email protected]>
Signed-off-by: Che Ruan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: worker init_engine cost 1 mins > 4s in v0.9.1
2 participants