diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-08-19 16:48:30 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-20 10:34:52 +0200 |
commit | ddfd4cced712fc5d7b3e4755f0b03babded3f253 (patch) | |
tree | 81c6898400c7e2ab63b5c2f9c768c05cf85952e1 /Meta/Azure | |
parent | 25ae1f7f7233deeefe793028552cb22f85b71d86 (diff) | |
download | serenity-ddfd4cced712fc5d7b3e4755f0b03babded3f253.zip |
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.
Diffstat (limited to 'Meta/Azure')
-rw-r--r-- | Meta/Azure/Serenity.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/Azure/Serenity.yml b/Meta/Azure/Serenity.yml index 3ac57f1824..42a406fe0f 100644 --- a/Meta/Azure/Serenity.yml +++ b/Meta/Azure/Serenity.yml @@ -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' |