Skip to content

Commit 77ddc9e

Browse files
committed
[test] Re-add the 180 seconds sleep in lb-with-node-addition
We need this to allow the new node to come up Signed-off-by: Moshe Vayner <moshe@vayner.me>
1 parent ca81688 commit 77ddc9e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

e2e/test/lb-with-node-addition/chainsaw-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ spec:
8282
required_replicas=$((current_replicas + 1))
8383
KUBECONFIG=$MGMT_KUBECONFIG kubectl patch machinedeployment ${CLUSTER_NAME}-md-0 --type='merge' -p "{\"spec\":{\"replicas\":$required_replicas}}"
8484
85+
sleep 180
86+
8587
nbid=$(KUBECONFIG=$KUBECONFIG NAMESPACE=$NAMESPACE LINODE_TOKEN=$LINODE_TOKEN ../scripts/get-nb-id.sh)
8688
echo "Nodebalancer ID: $nbid"
8789

0 commit comments

Comments
 (0)