From 9c26c8df83311d28aeab833df7300f22ce7defe5 Mon Sep 17 00:00:00 2001 From: yysung Date: Sat, 7 Sep 2024 23:20:57 +0800 Subject: [PATCH] .travis: extend build timeout to 60m --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1aebfbdd81..e56c1c8301 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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