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 7f6ecda commit 730f20dCopy full SHA for 730f20d
.github/workflows/ci-testing-deploy.yml
@@ -1252,7 +1252,7 @@ jobs:
1252
unit-test-service-library:
1253
needs: changes
1254
if: ${{ needs.changes.outputs.service-library == 'true' || github.event_name == 'push' || github.event.inputs.force_all_builds == 'true' }}
1255
- timeout-minutes: 18 # if this timeout gets too small, then split the tests
+ timeout-minutes: 20 # if this timeout gets too small, then split the tests
1256
name: "[unit] service-library"
1257
runs-on: ${{ matrix.os }}
1258
strategy:
0 commit comments