Skip to content

Commit ce8a3bb

Browse files
jonradoffclaude
andcommitted
Increase CI test timeout to 900s
Services package takes ~590s locally and exceeded 600s on slower CI runner. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 01bfdbd commit ce8a3bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
CGO_ENABLED=0 go test ./... \
3838
-coverprofile=coverage.out \
3939
-covermode=atomic \
40-
-timeout=600s \
40+
-timeout=900s \
4141
-p 1
4242
4343
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)