mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #102888 from BenTheElder/more-timeout-sad
bump KUBE_TIMEOUT to 180s
This commit is contained in:
commit
95a62217ca
@ -62,7 +62,7 @@ kube::test::find_dirs() {
|
||||
# TODO: This timeout should really be lower, this is a *long* time to test one
|
||||
# package, however pkg/api/testing in particular will fail with a lower timeout
|
||||
# currently. We should attempt to lower this over time.
|
||||
KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout=170s}
|
||||
KUBE_TIMEOUT=${KUBE_TIMEOUT:--timeout=180s}
|
||||
KUBE_COVER=${KUBE_COVER:-n} # set to 'y' to enable coverage collection
|
||||
KUBE_COVERMODE=${KUBE_COVERMODE:-atomic}
|
||||
# The directory to save test coverage reports to, if generating them. If unset,
|
||||
|
Loading…
Reference in New Issue
Block a user