File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -227,10 +227,7 @@ if (($RavenDBMode -eq "Single") -or ($RavenDBMode -eq "Both")) {
227227 # Debug output for troubleshooting
228228 Write-Output " License length: $ ( $FormattedRavenDBLicense.Length ) "
229229 Write-Output " Target URL: http://$ ( $ravenIpsAndPortsToVerify [' Single' ].IpOrHost) :$ ( $ravenIpsAndPortsToVerify [' Single' ].Port) /admin/license/activate"
230-
231- # Add a small delay to ensure the server is fully ready
232- Start-Sleep - Seconds 5
233-
230+
234231 $success = $false
235232 if ($runnerOs -eq " Linux" ) {
236233 # Use curl on Linux as a workaround for PowerShell HTTP issues
@@ -277,9 +274,6 @@ if (($RavenDBMode -eq "Cluster") -or ($RavenDBMode -eq "Both")) {
277274 Write-Output " License length: $ ( $FormattedRavenDBLicense.Length ) "
278275 Write-Output " Target URL: http://$ ( $leader ) /admin/license/activate"
279276
280- # Add a small delay to ensure the server is fully ready
281- Start-Sleep - Seconds 5
282-
283277 $success = $false
284278 if ($runnerOs -eq " Linux" ) {
285279 # Use curl on Linux as a workaround for PowerShell HTTP issues
You can’t perform that action at this time.
0 commit comments