diff --git a/regress/pesterTests/SCP.Tests.ps1 b/regress/pesterTests/SCP.Tests.ps1 index 27c1a7e7c..041ba4569 100644 --- a/regress/pesterTests/SCP.Tests.ps1 +++ b/regress/pesterTests/SCP.Tests.ps1 @@ -166,7 +166,6 @@ 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.