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.
This commit is contained in:
parent
bacf3cede4
commit
6f4d745452
Notes:
sideshowbarker
2024-07-17 03:10:07 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/6f4d745452 Pull-request: https://github.com/SerenityOS/serenity/pull/22407
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue