We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ffbbe commit 1d377cbCopy full SHA for 1d377cb
pants.toml
@@ -247,6 +247,8 @@ extra_env_vars = [
247
"ST2_CI",
248
"ST2_CI_RUN_ORQUESTA_PAUSE_RESUME_TESTS",
249
]
250
+# Each test file should not take more than 5 minutes (which is generous)
251
+timeout_default = 300 # seconds
252
253
[twine]
254
install_from_resolve = "twine"
0 commit comments