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.