Skip to content

Commit 82ca830

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c337965 commit 82ca830

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/testing/run-cosmos-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker run -d \
2828
--protocol https \
2929
--enable-explorer false
3030

31-
echo "Waiting for emulator to be ready (up to ~$((max_retries * retry_delay * 2))s)..."
31+
echo "Waiting for emulator to be ready (up to ~$((max_retries * retry_delay))s)..."
3232
ready=false
3333
for i in $(seq 1 "$max_retries"); do
3434
sleep "$retry_delay"

0 commit comments

Comments
 (0)