Skip to content

Commit 9f95021

Browse files
committed
added sleep to give time for fullstack-setup to deploy
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent 2b4b72b commit 9f95021

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/setup-e2e.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ kind create cluster -n "${SOLO_CLUSTER_NAME}" --image "${KIND_IMAGE}" || exit 1
2121
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
2222
solo cluster setup || exit 1
2323
helm list --all-namespaces
24+
sleep 10 # give time for fullstack-setup to finish deploying

0 commit comments

Comments
 (0)