Commit 94266658 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

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: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent e8381db7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment