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 3bff059 commit 931bd92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/PSParallelPipeline.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Describe PSParallelPipeline {
} | Should -Throw -ExceptionType ([TimeoutException])
$timer.Stop()
$timer.Elapsed | Should -BeLessOrEqual ([timespan]::FromSeconds(2.2))
Start-Sleep 1
}
}
}
Expand Down

0 comments on commit 931bd92

Please sign in to comment.