This is an automated email from the ASF dual-hosted git repository. pwason pushed a commit to branch release-0.14.0 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit 81a458aa33c112be9dd24f9cde2913cb40dd7bac Author: Sagar Sumit <[email protected]> AuthorDate: Fri Aug 11 08:12:38 2023 +0530 [MINOR] Increase CI timeout for UT FT other modules to 4 hours (#9423) --- azure-pipelines-20230430.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-20230430.yml b/azure-pipelines-20230430.yml index 75c231b74dc..2da5ab0d4f9 100644 --- a/azure-pipelines-20230430.yml +++ b/azure-pipelines-20230430.yml @@ -188,7 +188,7 @@ stages: displayName: Top 100 long-running testcases - job: UT_FT_4 displayName: UT FT other modules - timeoutInMinutes: '180' + timeoutInMinutes: '240' steps: - task: Maven@4 displayName: maven install
