From 6f4d7454521e5314842056115bd01cc8769dcd58 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sat, 23 Dec 2023 12:20:39 -0500 Subject: [PATCH] CI: Lower the timeout for Lagom tests to 1 hour We set the job-level timeout to 0, which means "max value" (6 hours). In the Serenity build, we do the same, but then limit the Test step to just 1 hour to prevent hung tests from hogging CI resources. When a job-level timeout was added to Lagom, the Test step timeout was forgotten. --- Meta/Azure/Lagom.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index ef5bf3aa6d..b34153c1dc 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -152,6 +152,7 @@ jobs: ninja test displayName: 'Test' workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build + timeoutInMinutes: 60 env: SERENITY_SOURCE_DIR: '$(Build.SourcesDirectory)' CTEST_OUTPUT_ON_FAILURE: 1