wu-sheng commented on code in PR #224:
URL: https://github.com/apache/skywalking-go/pull/224#discussion_r2105832203


##########
test/plugins/runner-helper/templates/windows-scenarios.tpl:
##########
@@ -37,8 +37,24 @@ echo "Starting OAP server in WSL..."
 wsl-run.bat "${home}/wsl-scenarios.sh" &
 wsl_pid=$!
 
+
 echo "Waiting for OAP server to be ready..."
-sleep 15
+for i in {1..60}; do
+    if command -v nc >/dev/null 2>&1 && nc -z 127.0.0.1 19876 2>/dev/null; then

Review Comment:
   Why 19876?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to