Skip to content

Commit a7207f3

Browse files
Crash--claude
andcommitted
ci: bump go test per-package timeout from 5m to 10m
The model/vfs package now exercises three backends (afero, swift, s3) plus a second MinIO container for S3UploadErrorPropagation, pushing the package past the previous 5-minute per-package limit on GH runners. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1ced837 commit a7207f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
cache: true
6565

6666
- name: Run tests
67-
run: go test -p 1 -timeout 5m ./...
67+
run: go test -p 1 -timeout 10m ./...

0 commit comments

Comments
 (0)