Build Log
```
=================================== FAILURES ===================================
[31m[1m_________________________ TestBench.test_minimum_speed _________________________[0m
self =
def test_minimum_speed(self) -> None:
with tempfile.NamedTemporaryFile(suffix="avr") as temp_:
pass
temp = Path(temp_.name)
> self.assertLess(
time_writes(temp, NUMBER_OF_TESTS),
MAX_WRITE_SECONDS,
f"Took longer than {MAX_WRITE_SECONDS} second(s) to write the test file with {NUMBER_OF_TESTS} values.",
)
[1m[31mE AssertionError: 3.3789629240054637 not less than 3 : Took longer than 3 second(s) to write the test file with 10000 values.[0m
[1m[31mavro/test/test_bench.py[0m:66: AssertionError
```
Metadata
doesn't matter
Notify maintainers
@zimbatm
Note for maintainers: Please tag this issue in your PR.
Steps To Reproduce
python312Packages.avro
Build log
Build Log
``` =================================== FAILURES =================================== [31m[1m_________________________ TestBench.test_minimum_speed _________________________[0m self =Metadata
doesn't matter
Notify maintainers
@zimbatm
Note for maintainers: Please tag this issue in your PR.
Add a :+1: reaction to issues you find important.