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
Notes: sideshowbarker 2024-07-18 05:27:53 +09:00

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'