File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ py_test(
7272py_test (
7373 name = "repo_community" ,
7474 size = "small" ,
75+ timeout = "moderate" ,
7576 # This is the "catch all" target. Don't add new stuff here.
7677 srcs = [
7778 "__init__.py" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ py_pytest_main(
1919py_test (
2020 name = "base" ,
2121 size = "small" ,
22+ timeout = "moderate" ,
2223 srcs = ["__test__.py" ] + glob (["**/*.py" ]),
2324 args = [
2425 "--config-file=$(location @//:pyproject.toml)" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ py_pytest_main(
1515py_test (
1616 name = "legacy_checks" ,
1717 size = "small" ,
18+ timeout = "moderate" ,
1819 srcs = ["__test__.py" ] + glob (["**/*.py" ]),
1920 args = [
2021 "--config-file=$(location @//:pyproject.toml)" ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ py_pytest_main(
3030py_test (
3131 name = "post_rename_site" ,
3232 size = "small" ,
33+ timeout = "moderate" ,
3334 srcs = ["__test__.py" ] + glob (
3435 include = ["**/*.py" ],
3536 exclude = [
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ py_pytest_main(
1515py_test (
1616 name = "utils" ,
1717 size = "small" ,
18+ timeout = "moderate" ,
1819 srcs = ["__test__.py" ] + glob (["**/*.py" ]),
1920 args = [
2021 "--config-file=$(location @//:pyproject.toml)" ,
You can’t perform that action at this time.
0 commit comments