diff --git a/pants.toml b/pants.toml index 221216791c..f6ca591fd6 100644 --- a/pants.toml +++ b/pants.toml @@ -261,6 +261,8 @@ extra_env_vars = [ "ST2_CI", "ST2_CI_RUN_ORQUESTA_PAUSE_RESUME_TESTS", ] +# 10 min should be more than enough even for integration tests. +timeout_default = 600 # seconds [twine] install_from_resolve = "twine"