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 acbeca5 commit ce937e3Copy full SHA for ce937e3
.github/workflows/ci-testing-deploy.yml
@@ -1417,7 +1417,7 @@ jobs:
1417
unit-test-postgres-database:
1418
needs: changes
1419
if: ${{ needs.changes.outputs.postgres-database == 'true' || github.event_name == 'push' }}
1420
- timeout-minutes: 20 # if this timeout gets too small, then split the tests
+ timeout-minutes: 18 # if this timeout gets too small, then split the tests
1421
name: "[unit] postgres-database"
1422
runs-on: ${{ matrix.os }}
1423
strategy:
0 commit comments