From e0c64d3833edf4efb9edcf561fff54123b85699d Mon Sep 17 00:00:00 2001 From: ami-GS <1991.daiki@gmail.com> Date: Mon, 4 Nov 2024 17:08:16 -0800 Subject: [PATCH] add sleep after lttng stop --- scripts/log.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/log.ps1 b/scripts/log.ps1 index 42fe180e17..65da9b43fe 100644 --- a/scripts/log.ps1 +++ b/scripts/log.ps1 @@ -325,6 +325,8 @@ function Log-Stop { Invoke-Expression "lttng stop $InstanceName" | Write-Debug + sleep 10 + $LTTNGTarFile = $OutputPath + ".tgz" $BableTraceFile = $OutputPath + ".babel.txt"