Skip to content

Commit

Permalink
Workaround: Sleep for 10 min before calling data plane APIs (#40)
Browse files Browse the repository at this point in the history
* Sleep for 10 min before calling data plane APIs

* update
  • Loading branch information
Miller-Kyle committed Oct 4, 2023
1 parent 21683a6 commit 8623965
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions control-plane/experiencelab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,9 @@ function CreateDataPlatform() {
} \
}")
echo " Data Platform $1 created"

echo " Waiting 10 min for the instance to come up"
sleep 600
else
echo " Data Platform $1 already exists"
fi
Expand Down

0 comments on commit 8623965

Please sign in to comment.