Skip to content

Commit 6250d1e

Browse files
authored
fix: increase nightly test timeout from 45m to 60m (#2070)
The test suite now takes ~44m30s consistently, leaving no margin. The April 1 nightly was cancelled after exceeding the 45m limit. Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>
1 parent 59683b2 commit 6250d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
slow-integration-tests:
9191
name: Slow Integration Tests
9292
runs-on: ubuntu-latest
93-
timeout-minutes: 45
93+
timeout-minutes: 60
9494
# Note: No postgres service container needed - tests use testcontainers
9595
# which manage their own ephemeral containers with proper isolation.
9696

0 commit comments

Comments
 (0)