Skip to content

Commit

Permalink
bumped the read up 100 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinke committed Mar 2, 2019
1 parent 6665c29 commit f5f97fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/ImportExcelTests/Simple.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Describe "Tests" {
$data[1].p1 | Should be "b"
}

It "Should read fast < 2000 milliseconds" {
$timer.TotalMilliseconds | should BeLessThan 2000
It "Should read fast < 2100 milliseconds" {
$timer.TotalMilliseconds | should BeLessThan 2100
}

It "Should read larger xlsx, 4k rows 1 col < 3000 milliseconds" {
Expand Down

0 comments on commit f5f97fc

Please sign in to comment.