Skip to content

Commit

Permalink
Merge pull request #177 from zebrunner/azarouski-patch-1
Browse files Browse the repository at this point in the history
Update start_all.sh
  • Loading branch information
azarouski authored Feb 2, 2024
2 parents bd63509 + fe558f2 commit 3591b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/start_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if [[ "$PLATFORM_NAME" == "ios" ]]; then
fi
else
echo "Can't establish connection to usbmuxd socket [$USBMUXD_SOCKET_ADDRESS], one more attempt in $USBMUXD_SOCKET_PERIOD seconds."
sleep "$USBMUXD_SOCKET_PERIOD"
fi
sleep "$USBMUXD_SOCKET_PERIOD"
done

if [[ $socketCreated -eq 0 ]]; then
Expand Down

0 comments on commit 3591b8e

Please sign in to comment.