Skip to content

Commit 1b3229b

Browse files
committed
fix: uncomment DPF port waiting logic in waiting_services.sh
1 parent dde14ce commit 1b3229b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/waiting_services.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ done
1111
echo "::endgroup::"
1212
echo "MAPDL service is up!"
1313

14-
# echo "::group:: Waiting for the DPF port to be open..."
15-
# while ! nc -z localhost "$DPF_PORT"; do
16-
# sleep 0.1
17-
# done
14+
echo "::group:: Waiting for the DPF port to be open..."
15+
while ! nc -z localhost "$DPF_PORT"; do
16+
sleep 0.1
17+
done
1818
echo "::endgroup::"
1919
echo "DPF service is up!"

0 commit comments

Comments
 (0)