Skip to content

Commit 712ec10

Browse files
committed
expanded time for postgres-db
1 parent 56205b8 commit 712ec10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ jobs:
14171417
unit-test-postgres-database:
14181418
needs: changes
14191419
if: ${{ needs.changes.outputs.postgres-database == 'true' || github.event_name == 'push' }}
1420-
timeout-minutes: 18 # if this timeout gets too small, then split the tests
1420+
timeout-minutes: 20 # if this timeout gets too small, then split the tests
14211421
name: "[unit] postgres-database"
14221422
runs-on: ${{ matrix.os }}
14231423
strategy:

0 commit comments

Comments
 (0)