From c2b328267e2c92a7482775c3450bcfd9c3ba3d08 Mon Sep 17 00:00:00 2001 From: Elango Cheran Date: Mon, 26 Feb 2024 16:58:03 -0800 Subject: [PATCH] ICU-22532 Increase timeout for exhaustive ICU4J tests --- .ci-builds/.azure-exhaustive-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-builds/.azure-exhaustive-tests.yml b/.ci-builds/.azure-exhaustive-tests.yml index 48b9d7ad23c..18b9132c243 100644 --- a/.ci-builds/.azure-exhaustive-tests.yml +++ b/.ci-builds/.azure-exhaustive-tests.yml @@ -35,7 +35,7 @@ jobs: # Note: The exhaustive tests can take more than 1 hour to complete. - job: ICU4J_OpenJDK_Ubuntu_2204 displayName: 'J: Linux OpenJDK (Ubuntu 22.04)' - timeoutInMinutes: 120 + timeoutInMinutes: 180 pool: vmImage: 'ubuntu-22.04' demands: ant