Skip to content

Commit a9ef353

Browse files
yysung1123vicky-sunshine
authored andcommitted
.travis: extend build timeout to 60m
1 parent ce3b7b7 commit a9ef353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go: 1.22.x
2222
script:
2323
- go run build/ci.go install
24-
- travis_wait 30 go run build/ci.go test -coverage $TEST_PACKAGES
24+
- travis_wait 60 go run build/ci.go test -coverage $TEST_PACKAGES
2525
- stage: Docker Image Release
2626
script:
2727
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin quay.io/amis

0 commit comments

Comments
 (0)