From ddfd4cced712fc5d7b3e4755f0b03babded3f253 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 19 Aug 2021 16:48:30 -0400 Subject: 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. --- Meta/Azure/Serenity.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'Meta/Azure') 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' -- cgit v1.2.3