From fca0015962893fa6e3b4b1bdaf46828ed94192f6 Mon Sep 17 00:00:00 2001 From: Nilesh M Negi Date: Fri, 21 Nov 2025 09:18:49 -0600 Subject: [PATCH] [AzureCI] Increase UT timeout to 3 hours (#2070) --- .azuredevops/slurm/test_rccl-UnitTests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/slurm/test_rccl-UnitTests.sh b/.azuredevops/slurm/test_rccl-UnitTests.sh index f397fab76e..3b18f455a3 100644 --- a/.azuredevops/slurm/test_rccl-UnitTests.sh +++ b/.azuredevops/slurm/test_rccl-UnitTests.sh @@ -2,7 +2,7 @@ #SBATCH --job-name=rccl-UnitTests #SBATCH --output=%x-%j.out #SBATCH --error=%x-%j.out -#SBATCH --time=120 +#SBATCH --time=180 #SBATCH --nodes=1 #SBATCH --exclusive #SBATCH --partition=gt