Skip to content

Commit

Permalink
.travis: extend build timeout to 60m
Browse files Browse the repository at this point in the history
  • Loading branch information
yysung1123 committed Sep 7, 2024
1 parent 88fee03 commit 49f93c8
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 @@ -21,7 +21,7 @@ jobs:
go: 1.22.x
script:
- go run build/ci.go install
- travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES
- travis_wait 60 go run build/ci.go test -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 49f93c8

Please sign in to comment.