From f15ea35bfb100fb05a58c50b188e0a841adf0274 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Sun, 4 Jun 2023 15:48:18 -0700 Subject: [PATCH] fix(devops): remove 10 minutes timeout from merge workflow (#23515) Downloading 457Mb of reports with traces (for tracing tests) takes >3 minutes, uploading it to Azure takes >5 minutes which easily exceeds 10 minutes budget. --- .github/workflows/create_test_report.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/create_test_report.yml b/.github/workflows/create_test_report.yml index f649f0c725..71edcd3bd0 100644 --- a/.github/workflows/create_test_report.yml +++ b/.github/workflows/create_test_report.yml @@ -9,7 +9,6 @@ jobs: permissions: pull-requests: write checks: write - timeout-minutes: 10 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3