mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 08:21:53 +08:00
Reduce timeout in unittest (#5366)
This commit is contained in:
@@ -272,7 +272,7 @@ def test_metrics_config(metrics_url):
|
||||
assert res.status_code == 200
|
||||
|
||||
|
||||
def send_request(url, payload, timeout=600):
|
||||
def send_request(url, payload, timeout=60):
|
||||
"""
|
||||
发送请求到指定的URL,并返回响应结果。
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user