There was an error while loading. Please reload this page.
1 parent 55f881f commit 058c37bCopy full SHA for 058c37b
1 file changed
.github/workflows/migrations.yml
@@ -26,7 +26,7 @@ jobs:
26
name: Apply Database Migrations
27
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-latest' }}
28
# Bulk projection loads and concurrent index builds can outlast ordinary schema changes.
29
- timeout-minutes: 180
+ timeout-minutes: 300
30
31
steps:
32
- name: Checkout code
0 commit comments