Skip to content

Commit 078c2a1

Browse files
authored
fix: increase nightly slow-integration-tests timeout to 45 minutes (#1387)
The full test suite with -race now takes ~30 minutes, causing the 30-minute job timeout to cancel runs before completion. Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>
1 parent 62817cf commit 078c2a1

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
@@ -89,7 +89,7 @@ jobs:
8989
slow-integration-tests:
9090
name: Slow Integration Tests
9191
runs-on: ubuntu-latest
92-
timeout-minutes: 30
92+
timeout-minutes: 45
9393
# Note: No postgres service container needed - tests use testcontainers
9494
# which manage their own ephemeral containers with proper isolation.
9595

0 commit comments

Comments
 (0)