mirror of https://github.com/k3s-io/k3s
Reduce node and service wait times
Some of the new node compat tests take a while before failing as expected. We don't seem to need the additional time any longer to avoid flakes, so turn it down a bit. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>pull/3219/head
parent
e8381db778
commit
94266658f6
|
@ -485,8 +485,8 @@ provision-cluster() {
|
|||
done
|
||||
fi
|
||||
|
||||
timeout --foreground 4m bash -c "wait-for-nodes $(( NUM_SERVERS + NUM_AGENTS ))"
|
||||
timeout --foreground 8m bash -c "wait-for-services $WAIT_SERVICES"
|
||||
timeout --foreground 2m bash -c "wait-for-nodes $(( NUM_SERVERS + NUM_AGENTS ))"
|
||||
timeout --foreground 4m bash -c "wait-for-services $WAIT_SERVICES"
|
||||
|
||||
run-function cluster-post-hook
|
||||
|
||||
|
|
Loading…
Reference in New Issue