From ff0d611282db97487dd47e590fdce6aa72ba3f4b Mon Sep 17 00:00:00 2001 From: mxaddict Date: Fri, 29 Mar 2024 14:25:38 +0800 Subject: [PATCH 1/2] Updated the timeout value for some builds in CI --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1c25ee1668133..8791df0a72f54 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -149,7 +149,7 @@ task: persistent_worker: labels: type: medium - timeout_in: 300m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done. + timeout_in: 500m # Use longer timeout for the *rare* case where a full build (llvm + msan + depends + ...) needs to be done. env: FILE_ENV: "./ci/test/00_setup_env_native_msan.sh" From e30f592dc22985f0cb2f36aa74fdc88cf5a0bc20 Mon Sep 17 00:00:00 2001 From: mxaddict Date: Fri, 29 Mar 2024 15:54:52 +0800 Subject: [PATCH 2/2] Updated other tests to use 180m timeout value --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8791df0a72f54..998b9e1f513fc 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -56,7 +56,7 @@ base_template: &BASE_TEMPLATE # Also, the merge commit is used to lint COMMIT_RANGE="HEAD~..HEAD" main_template: &MAIN_TEMPLATE - timeout_in: 120m # https://cirrus-ci.org/faq/#instance-timed-out + timeout_in: 180m # https://cirrus-ci.org/faq/#instance-timed-out ci_script: - ./ci/test_run_all.sh