bumped the read up 100 ms

This commit is contained in:
dfinke
2019-03-02 13:24:19 -05:00
parent 6665c2952d
commit f5f97fcd56

View File

@@ -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" {