Hi all,

when running the current pytest, I see a gap between two specific test outputs of more than three minutes:

...
13.09.2023 21:47:46.220943 modules/http2/test_712_buffering.py::TestBuffering::test_h2_712_03 PASSED [ 39%] 13.09.2023 21:50:55.456457 modules/md/test_001_store.py::TestStore::test_md_001_001 PASSED [ 39%]
...

I assume the lines are written at the end of the respective test, so either modules/md/test_001_store.py::TestStore::test_md_001_001 takes so long, or the teardown after the test before it or startup befor thos test.

Before I try to investigate more: is this happening only here, or does someone else also see this?

Thanks and regards,

Rainer

Reply via email to