Skip to content

Commit d215e73

Browse files
committed
add sleep to pester test
1 parent bb847f9 commit d215e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regress/pesterTests/SCP.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Describe "Tests for scp command" -Tags "CI" {
172172

173173
It 'File copy: <Title> ' -TestCases:$testData {
174174
param([string]$Title, $Source, $Destination, [string]$Options)
175-
175+
Start-Sleep -Seconds 60
176176
iex "scp $Options $Source $Destination"
177177
$LASTEXITCODE | Should Be 0
178178
#validate file content. DestPath is the path to the file.

0 commit comments

Comments
 (0)