Skip to content

Commit 32208b2

Browse files
Bill Leoutsakoscursoragent
authored andcommitted
fix(ci): allow settings E2E setup overhead
Keep the suite step bounded at 40 minutes while reserving enough job time for cold setup and failure diagnostics. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 417aed1 commit 32208b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ jobs:
272272
# The production Next build peaks above the free GitHub runner's memory
273273
# ceiling. Keep the break-glass provider predicate aligned with Build App.
274274
runs-on: ${{ (vars.CI_PROVIDER == '' || vars.CI_PROVIDER == 'blacksmith') && 'blacksmith-8vcpu-ubuntu-2404' || 'linux-x64-8-core' }}
275-
timeout-minutes: 45
275+
timeout-minutes: 60
276276

277277
services:
278278
postgres:

0 commit comments

Comments
 (0)