Skip to content

Commit

Permalink
Fix random test failure (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-garcia-garcia authored Jul 18, 2024
1 parent 02a7130 commit 3e84e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstraptest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function WaitForLog {
Start-Sleep -Seconds 1
$logs = Invoke-Command -Script {
$ErrorActionPreference = "silentlycontinue"
docker logs $containerName --tail 50 2>&1
docker logs $containerName --tail 150 2>&1
} -ErrorAction SilentlyContinue
if ($logs -match $logContains) {
return;
Expand Down

0 comments on commit 3e84e07

Please sign in to comment.