mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-28 09:23:42 +03:00
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:
parent
dcc998d58c
commit
f15ea35bfb
1
.github/workflows/create_test_report.yml
vendored
1
.github/workflows/create_test_report.yml
vendored
@ -9,7 +9,6 @@ jobs:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
checks: write
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user