Skip to content

Commit

Permalink
Increase timeout of pytest because of MacOs runner (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetown committed Mar 23, 2024
1 parent 2e384b7 commit d514d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -52,4 +52,4 @@ ignore = E203, E501, W503
exclude = .git, __pycache__, tests/cmake_gtest/build/_deps

[tool:pytest]
addopts = -v --timeout=60 --doctest-modules --ignore-glob=*/linked/subdir/*
addopts = -v --timeout=90 --doctest-modules --ignore-glob=*/linked/subdir/*

0 comments on commit d514d26

Please sign in to comment.