mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
CI: Set on-target test timeout to 60 minutes
The on-target pipelines have a timeout of 6 hours to allow time for a clean toolchain + Serenity build. Tests should time out much sooner than that though.
This commit is contained in:
parent
25ae1f7f72
commit
ddfd4cced7
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ jobs:
|
|||
fi
|
||||
displayName: 'Test'
|
||||
workingDirectory: $(Build.SourcesDirectory)/Build
|
||||
timeoutInMinutes: 60
|
||||
env:
|
||||
SERENITY_QEMU_CPU: 'max,vmx=off'
|
||||
SERENITY_KERNEL_CMDLINE: 'boot_mode=self-test'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue