We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd80a6e commit b9a9390Copy full SHA for b9a9390
.github/workflows/build.yml
@@ -475,7 +475,7 @@ jobs:
475
needs: [job_get_metadata, job_build]
476
if: needs.job_get_metadata.outputs.changed_browser_integration == 'true' || github.event_name != 'pull_request'
477
runs-on: ubuntu-20.04
478
- timeout-minutes: 18
+ timeout-minutes: 25
479
strategy:
480
fail-fast: false
481
matrix:
0 commit comments