mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 09:41:09 +00:00
Fixed prevent smoke builds and keep SSE streams alive
This commit is contained in:
@@ -17,7 +17,7 @@ def _percentile_ms(sorted_ms, p):
|
||||
return sorted_ms[lo] * (1 - w) + sorted_ms[hi] * w
|
||||
|
||||
|
||||
@pytest.mark.timeout(60)
|
||||
@pytest.mark.timeout(240)
|
||||
def test_nft_perf_01_single_image_latency_p95(
|
||||
warm_engine, image_detect, image_small
|
||||
):
|
||||
@@ -39,7 +39,7 @@ def test_nft_perf_01_single_image_latency_p95(
|
||||
assert p95 < threshold_ms
|
||||
|
||||
|
||||
@pytest.mark.timeout(60)
|
||||
@pytest.mark.timeout(120)
|
||||
def test_nft_perf_03_tiling_overhead_large_image(
|
||||
warm_engine, image_detect, image_small, image_large
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user