Skip to content

Commit 1d377cb

Browse files
committed
pants: add per-test-file timeout of 10 min
1 parent 17ffbbe commit 1d377cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pants.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ extra_env_vars = [
247247
"ST2_CI",
248248
"ST2_CI_RUN_ORQUESTA_PAUSE_RESUME_TESTS",
249249
]
250+
# Each test file should not take more than 5 minutes (which is generous)
251+
timeout_default = 300 # seconds
250252

251253
[twine]
252254
install_from_resolve = "twine"

0 commit comments

Comments
 (0)