1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:57:46 +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:
Timothy Flynn 2021-08-19 16:48:30 -04:00 committed by Andreas Kling
parent 25ae1f7f72
commit ddfd4cced7

View file

@ -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'