mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-04 17:43:48 +00:00
up'd the time for importing a spreadsheet. VSTS is a bit slower
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user