Skip to content

Commit

Permalink
add sleep after lttng stop
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Nov 5, 2024
1 parent 1c080d6 commit e0c64d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/log.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ function Log-Stop {

Invoke-Expression "lttng stop $InstanceName" | Write-Debug

sleep 10

$LTTNGTarFile = $OutputPath + ".tgz"
$BableTraceFile = $OutputPath + ".babel.txt"

Expand Down

0 comments on commit e0c64d3

Please sign in to comment.