From 1d377cba1e4d8437541f595b284f1fdf02338715 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Wed, 6 Nov 2024 20:36:54 -0600 Subject: [PATCH] pants: add per-test-file timeout of 10 min --- pants.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pants.toml b/pants.toml index d4d1fd3a4f..59c8ac3538 100644 --- a/pants.toml +++ b/pants.toml @@ -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"