Skip to content

Commit aba3c24

Browse files
committed
fix(db): allow five hours for database migrations
1 parent 55f881f commit aba3c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Apply Database Migrations
2727
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-latest' }}
2828
# Bulk projection loads and concurrent index builds can outlast ordinary schema changes.
29-
timeout-minutes: 180
29+
timeout-minutes: 300
3030

3131
steps:
3232
- name: Checkout code

0 commit comments

Comments
 (0)