Skip to content

Commit

Permalink
increment wait time for pwsh 5.1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Jun 26, 2024
1 parent 931bd92 commit 3036c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PSParallelPipeline.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Describe PSParallelPipeline {
} | Should -Throw -ExceptionType ([TimeoutException])
$timer.Stop()
$timer.Elapsed | Should -BeLessOrEqual ([timespan]::FromSeconds(2.2))
Start-Sleep 1
Start-Sleep 5
}
}
}
Expand Down

0 comments on commit 3036c4b

Please sign in to comment.