ci: increase travis wait time

This commit is contained in:
Martin Holst Swende 2023-08-22 18:40:22 +02:00
parent 8d2492982b
commit 211f4998ab
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -116,7 +116,7 @@ jobs:
env:
- GO111MODULE=on
script:
- go run build/ci.go test $TEST_PACKAGES
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
- stage: build
if: type = pull_request
@ -127,7 +127,7 @@ jobs:
env:
- GO111MODULE=on
script:
- go run build/ci.go test $TEST_PACKAGES
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
- stage: build
os: linux
@ -136,7 +136,7 @@ jobs:
env:
- GO111MODULE=on
script:
- go run build/ci.go test $TEST_PACKAGES
- travis_wait 30 go run build/ci.go test $TEST_PACKAGES
# This builder does the Ubuntu PPA nightly uploads
- stage: build
@ -185,5 +185,5 @@ jobs:
env:
- GO111MODULE=on
script:
- go run build/ci.go test -race $TEST_PACKAGES
- travis_wait 30 go run build/ci.go test -race $TEST_PACKAGES