Skip to content

Commit 2f11a6a

Browse files
author
k8s-merge-robot
committed
Merge pull request kubernetes#19197 from wojtek-t/increase_apiserver_timeout
Auto commit by PR queue bot
2 parents 7113cfe + 920d3b5 commit 2f11a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-update-storage-objects.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function startApiServer() {
5757
APISERVER_PID=$!
5858

5959
# url, prefix, wait, times
60-
kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " 1 45
60+
kube::util::wait_for_url "http://127.0.0.1:${API_PORT}/healthz" "apiserver: " 1 120
6161
}
6262

6363
function killApiServer() {

0 commit comments

Comments
 (0)