diff --git a/scripts/test-helpers b/scripts/test-helpers index b59fec2982..e987cfe753 100755 --- a/scripts/test-helpers +++ b/scripts/test-helpers @@ -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