Skip to content

Commit

Permalink
added sleep to give time for fullstack-setup to deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
  • Loading branch information
jeromy-cannon committed Sep 12, 2024
1 parent 2b4b72b commit 9f95021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/setup-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ kind create cluster -n "${SOLO_CLUSTER_NAME}" --image "${KIND_IMAGE}" || exit 1
solo init --namespace "${SOLO_NAMESPACE}" -i node1 -s "${SOLO_CLUSTER_SETUP_NAMESPACE}" -d "${SOLO_FST_CHARTS_DIR}" --dev || exit 1 # cache args for subsequent commands
solo cluster setup || exit 1
helm list --all-namespaces
sleep 10 # give time for fullstack-setup to finish deploying

0 comments on commit 9f95021

Please sign in to comment.