Skip to content

Commit fb39311

Browse files
committedMar 13, 2025··
ci: increase Travis build resources to prevent timeouts
- Configure VM size to large for more computing resources This change aims to resolve build timeouts during CI pipeline execution.
1 parent ac41b9c commit fb39311

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
go: 1.23.x
2929
env:
3030
- GO111MODULE=on
31+
vm:
32+
size: large
3133
script:
3234
- travis_wait 120 go run build/ci.go test $TEST_PACKAGES -timeout 120m
3335

0 commit comments

Comments
 (0)
Please sign in to comment.