From 2653b08c595a314cc2a9b81eae797891a5644efd Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Fri, 7 Oct 2022 12:45:46 -0400 Subject: [PATCH] remove extra sleep time from debugging scp pester tests --- regress/pesterTests/SCP.Tests.ps1 | 1 - 1 file changed, 1 deletion(-) 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.