Skip to content

Commit 2653b08

Browse files
committed
remove extra sleep time from debugging scp pester tests
1 parent 43bbf69 commit 2653b08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

regress/pesterTests/SCP.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ Describe "Tests for scp command" -Tags "CI" {
166166

167167
It 'File copy: <Title> ' -TestCases:$testData {
168168
param([string]$Title, $Source, $Destination, [string]$Options)
169-
Start-Sleep -Seconds 60
170169
iex "scp $Options $Source $Destination"
171170
$LASTEXITCODE | Should Be 0
172171
#validate file content. DestPath is the path to the file.

0 commit comments

Comments
 (0)