Skip to content

Commit 182c7c7

Browse files
authored
Raise limit of test_pipeline_call_is_async further (#1264)
1 parent 2822350 commit 182c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/deepsparse/pipelines/test_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,4 @@ def sleep_then_engine_forward(xs, context):
160160

161161
# instead of doing a hard comparison of timing for each separate
162162
# duration, do relative comparison of timing
163-
assert numpy.allclose(dur_1_worker / dur_2_worker, 2, atol=0.15)
163+
assert numpy.allclose(dur_1_worker / dur_2_worker, 2, atol=0.4)

0 commit comments

Comments
 (0)