Skip to content

Commit 32456b5

Browse files
committed
tests: give nsclient some time to start
1 parent 010eb8a commit 32456b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/citest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
net stop nscp
5757
net start nscp
5858
59+
# give it some time to start
60+
Start-Sleep -Seconds 5
61+
5962
# check if connection works
6063
.\check_nsc_web.exe -k -p test -u https://127.0.0.1:8443 ; if ($LASTEXITCODE -ne 0) { exit 1 }
6164
.\check_nsc_web.exe -k -p test -u https://127.0.0.1:8443 check_nscp_version ; if ($LASTEXITCODE -ne 0) { exit 1 }

0 commit comments

Comments
 (0)