From d215e7333faff65d8ef1ed6990ffc544074686e7 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Wed, 21 Sep 2022 13:09:53 -0400 Subject: [PATCH] add sleep to pester test --- regress/pesterTests/SCP.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/pesterTests/SCP.Tests.ps1 b/regress/pesterTests/SCP.Tests.ps1 index 3b01a8f2e..c27f346a1 100644 --- a/regress/pesterTests/SCP.Tests.ps1 +++ b/regress/pesterTests/SCP.Tests.ps1 @@ -172,7 +172,7 @@ Describe "Tests for scp command" -Tags "CI" { It 'File copy: ' -TestCases:$testData { param([string]$Title, $Source, $Destination, [string]$Options) - + Start-Sleep -Seconds 60 iex "scp $Options $Source $Destination" $LASTEXITCODE | Should Be 0 #validate file content. DestPath is the path to the file.