From 1378acb90fb0d267331647005eb4edccefa5d527 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jiri=20Cincura=20=E2=86=B9?= Date: Tue, 1 Aug 2023 19:28:09 +0200 Subject: [PATCH] Longer timeouts for perf slow jobs (#89762) --- eng/pipelines/coreclr/perf_slow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/pipelines/coreclr/perf_slow.yml b/eng/pipelines/coreclr/perf_slow.yml index ceb8496..437e1bf 100644 --- a/eng/pipelines/coreclr/perf_slow.yml +++ b/eng/pipelines/coreclr/perf_slow.yml @@ -238,7 +238,7 @@ extends: runKind: micro runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml logicalmachine: 'perfampere' - timeoutInMinutes: 500 + timeoutInMinutes: 780 # run coreclr Windows arm64 ampere no dynamic pgo microbenchmarks perf job - template: /eng/pipelines/common/platform-matrix.yml @@ -256,7 +256,7 @@ extends: runJobTemplate: /eng/pipelines/coreclr/templates/run-performance-job.yml logicalmachine: 'perfampere' pgoRunType: -NoDynamicPGO - timeoutInMinutes: 500 + timeoutInMinutes: 780 # run coreclr cloudvm microbenchmarks perf job # this run is added temporarily for measuring AVX-512 performance -- 2.7.4