We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1ae93 commit 328ccb2Copy full SHA for 328ccb2
tests/test_trace_benchmarks.py
@@ -282,7 +282,9 @@ def test_trace_benchmark_decorator() -> None:
282
assert actual[4] == expected[4], f"Mismatch at index {idx} for benchmark_function_name"
283
assert actual[5] == expected[5], f"Mismatch at index {idx} for benchmark_module_path"
284
# Close connection
285
+ cursor.close()
286
conn.close()
287
+ time.sleep(2)
288
finally:
289
# cleanup
290
output_file.unlink(missing_ok=True)
0 commit comments