Skip to content

Commit bad8e2a

Browse files
committed
.travis: extend build timeout to 60m
1 parent 127a888 commit bad8e2a

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)