1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-28 08:10:54 +02:00

use proper test files directory

This commit is contained in:
Thomas Wilkerling
2025-04-17 15:03:16 +02:00
parent f375f96ea0
commit c358bc2005
2 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ if(!build_light) describe("Add (Async)", function(){
if(duration) break;
}
expect(duration).to.equal(0);
expect(duration).to.closeTo(0, 2);
for(let i = 0; i < 999999999; i++){
await index.addAsync(i, "foo");