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.
This commit is contained in:
Yury Semikhatsky 2023-06-04 15:48:18 -07:00 committed by GitHub
parent dcc998d58c
commit f15ea35bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ jobs:
permissions:
pull-requests: write
checks: write
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3