Skip to content

Commit e8213d5

Browse files
committed
wait for 11404
1 parent b302d1e commit e8213d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-devops/check-port.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$ports = 11400, 11401, 11402, 11403, 11410, 11411, 11412, 11413, 11200, 11201, 11202, 11203, 11210, 11211, 11212, 11213
1+
$ports = 11400, 11401, 11402, 11403, 11404, 11410, 11411, 11412, 11413, 11200, 11201, 11202, 11203, 11210, 11211, 11212, 11213
22
$retry = 10
33
$delay = 3
44
function Test-SocketIOConnection($Port) {
@@ -20,6 +20,6 @@ function Test-SocketIOConnection($Port) {
2020
foreach ($port in $ports) {
2121
$result = Test-SocketIOConnection -Port $port
2222
if (!$result) {
23-
throw "All socket.io erver ports must be open, but port $port is closed"
23+
throw "All socket.io server ports must be open, but port $port is closed"
2424
}
2525
}

0 commit comments

Comments
 (0)