Module: tools Branch: master Commit: ec9cba38c90137314f0f7034d2541b027eb5ca35 URL: https://source.winehq.org/git/tools.git/?a=commit;h=ec9cba38c90137314f0f7034...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Mar 12 01:58:06 2021 +0100
testbot/LibvirtTool: Trace the sleep time in Revert().
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/LibvirtTool.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/bin/LibvirtTool.pl b/testbot/bin/LibvirtTool.pl index 59adf2f..be6c575 100755 --- a/testbot/bin/LibvirtTool.pl +++ b/testbot/bin/LibvirtTool.pl @@ -674,7 +674,7 @@ sub Revert() { my $Sleep = ($Booting and $SleepAfterBoot > $SleepAfterRevert) ? $SleepAfterBoot : $SleepAfterRevert; - Debug(Elapsed($Start), " Sleeping\n"); + Debug(Elapsed($Start), " Sleeping ${Sleep}s\n"); LogMsg "Letting $VMKey settle down for ${Sleep}s\n"; sleep($Sleep); }