Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
77e928d0
Unverified
Commit
77e928d0
authored
Jun 07, 2025
by
Sai Enduri
Committed by
GitHub
Jun 07, 2025
Browse files
Update server timeout time in AMD CI. (#6953)
parent
515ef4fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
.github/workflows/pr-test-amd.yml
.github/workflows/pr-test-amd.yml
+2
-2
python/sglang/test/test_utils.py
python/sglang/test/test_utils.py
+3
-0
No files found.
.github/workflows/pr-test-amd.yml
View file @
77e928d0
...
...
@@ -284,9 +284,9 @@ jobs:
run
:
bash scripts/amd_ci_install_dependency.sh
-
name
:
Run test
timeout-minutes
:
4
0
timeout-minutes
:
6
0
run
:
|
bash scripts/amd_ci_exec.sh python3 run_suite.py --suite per-commit-8-gpu-amd
bash scripts/amd_ci_exec.sh python3 run_suite.py --suite per-commit-8-gpu-amd
--timeout-per-file 3600
finish
:
if
:
always()
...
...
python/sglang/test/test_utils.py
View file @
77e928d0
...
...
@@ -109,6 +109,9 @@ else:
)
DEFAULT_URL_FOR_TEST
=
f
"http://127.0.0.1:
{
DEFAULT_PORT_FOR_SRT_TEST_RUNNER
+
1000
}
"
if
is_in_amd_ci
():
DEFAULT_TIMEOUT_FOR_SERVER_LAUNCH
=
3000
def
call_generate_lightllm
(
prompt
,
temperature
,
max_tokens
,
stop
=
None
,
url
=
None
):
assert
url
is
not
None
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment