up'd the time for importing a spreadsheet. VSTS is a bit slower

This commit is contained in:
dfinke
2018-07-16 12:35:27 -04:00
parent 97156620ec
commit d1164f2049

View File

@@ -17,8 +17,8 @@ Describe "Tests" {
$data[1].p1 | Should be "b"
}
It "Should read fast < 1000 milliseconds" {
$timer.TotalMilliseconds | should BeLessThan 1000
It "Should read fast < 2000 milliseconds" {
$timer.TotalMilliseconds | should BeLessThan 2000
}
It "Should read larger xlsx, 4k rows 1 col < 2000 milliseconds" {