Skip to content

Commit b16ce08

Browse files
committed
Allow cold startup in subprocess compatibility checks
1 parent eed6aaa commit b16ce08

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎tests/client/test_package.py‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def test_full_sdk_imports_preserve_module_attributes_and_exception_names(first_i
135135
text=True,
136136
encoding="utf-8",
137137
check=False,
138-
timeout=5,
138+
# Cold interpreter imports include coverage startup under xdist.
139+
timeout=20,
139140
)
140141
assert result.returncode == 0, result.stderr

0 commit comments

Comments
 (0)