mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 03:55:24 +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
Notes:
sideshowbarker
2024-07-18 05:27:53 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/ddfd4cced71 Pull-request: https://github.com/SerenityOS/serenity/pull/9519
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
Reference in a new issue