Skip to content

Commit

Permalink
Bump test timeouts (#16881)
Browse files Browse the repository at this point in the history
[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano authored Sep 15, 2022
1 parent db07a12 commit bef56bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/python/pants/backend/codegen/thrift/scrooge/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@

python_sources()

python_tests(name="tests", dependencies=[":test_resources"])
python_tests(
name="tests",
dependencies=[":test_resources"],
overrides={"rules_integration_test.py": {"timeout": 120}},
)

resources(name="test_resources", sources=["*.test.lock"])
2 changes: 1 addition & 1 deletion src/python/pants/backend/helm/util_rules/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ python_sources()
python_tests(
name="tests",
overrides={
"post_renderer_test.py": {"timeout": 120},
("chart_test.py", "post_renderer_test.py"): {"timeout": 120},
},
)

0 comments on commit bef56bf

Please sign in to comment.