Skip to content

Commit

Permalink
pants: add per-test-file timeout of 10 min
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Nov 7, 2024
1 parent 17ffbbe commit 1d377cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,8 @@ extra_env_vars = [
"ST2_CI",
"ST2_CI_RUN_ORQUESTA_PAUSE_RESUME_TESTS",
]
# Each test file should not take more than 5 minutes (which is generous)
timeout_default = 300 # seconds

[twine]
install_from_resolve = "twine"
Expand Down

0 comments on commit 1d377cb

Please sign in to comment.