Skip to content

Commit 490650a

Browse files
committed
test: Disable Hypothesis deadline
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent ea7ddce commit 490650a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_har.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ def write_har(arg, entries):
412412
@settings(
413413
phases=[Phase.reuse, Phase.generate, Phase.shrink],
414414
suppress_health_check=[HealthCheck.function_scoped_fixture, HealthCheck.too_slow],
415+
deadline=None,
415416
)
416417
def test_write_har(entries, tmp_path):
417418
buffer = io.StringIO()

0 commit comments

Comments
 (0)