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 authored and CaraWang committed May 22, 2024
1 parent 7b43cbe commit cdc161d
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 cdc161d

Please sign in to comment.