Merge branch 'shuguang/main' of https://github.com/katanemo/arch into shuguang/main

This commit is contained in:
cotran 2024-12-11 14:22:41 -08:00
commit 29a5234bdd
3 changed files with 4 additions and 2 deletions

View file

@ -46,6 +46,6 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
python_files = ["test*.py"]
addopts = ["-v", "-s"]
retries = 2
retries = 5
retry_delay = 0.5
cumulative_timing = false