mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 17:07:47 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ jobs:
|
||||||
ninja test
|
ninja test
|
||||||
displayName: 'Test'
|
displayName: 'Test'
|
||||||
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
|
workingDirectory: $(Build.SourcesDirectory)/Meta/Lagom/Build
|
||||||
|
timeoutInMinutes: 60
|
||||||
env:
|
env:
|
||||||
SERENITY_SOURCE_DIR: '$(Build.SourcesDirectory)'
|
SERENITY_SOURCE_DIR: '$(Build.SourcesDirectory)'
|
||||||
CTEST_OUTPUT_ON_FAILURE: 1
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue