Skip to content

Commit fd8bbc1

Browse files
committed
Remove delay
1 parent c0748b4 commit fd8bbc1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setup.ps1

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)