From b98e5ae8f7e895d8174dcaeaef2788e27dd892e2 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Tue, 12 Nov 2024 11:34:03 -0600 Subject: [PATCH] pants: [test].timeout_default=10min --- pants.toml | 2 ++ 1 file changed, 2 insertions(+) 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"