Skip to content

Commit

Permalink
.travis: extend build timeout to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
vicky-sunshine committed Jun 21, 2024
1 parent 3401fe0 commit e2ae537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
go: 1.21.x
script:
- go run build/ci.go install
- go run build/ci.go test -coverage $TEST_PACKAGES
- travis_wait 30 go run build/ci.go test -timeout=30m -coverage $TEST_PACKAGES
- stage: Docker Image Release
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin quay.io/amis
Expand Down

0 comments on commit e2ae537

Please sign in to comment.