Skip to content

Commit

Permalink
Increate timeout on kind create cluster
Browse files Browse the repository at this point in the history
All tests that use Kubernetes deployment of full-stack-asset-transfer-guide are failing during cluster creation, which timeout out after a default timeout of 40 seconds.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday committed Sep 17, 2023
1 parent 8da3f19 commit ac5571c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function delete_cluster() {
# Create a local KIND cluster
#
function create_cluster() {
cat << EOF | kind create cluster --name $KIND_CLUSTER_NAME --image $KIND_CLUSTER_IMAGE --config=-
cat << EOF | kind create cluster --name $KIND_CLUSTER_NAME --image $KIND_CLUSTER_IMAGE --wait=4m --config=-
---
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
Expand Down

0 comments on commit ac5571c

Please sign in to comment.