Skip to content

Commit

Permalink
CI: Lower the timeout for Lagom tests to 1 hour
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
trflynn89 authored and awesomekling committed Dec 24, 2023
1 parent bacf3ce commit 6f4d745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Meta/Azure/Lagom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f4d745

Please sign in to comment.