mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
bumped the read up 100 ms
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user