We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5eaae commit b18b665Copy full SHA for b18b665
tests/cbjs/tests/search.spec.ts
@@ -227,7 +227,7 @@ describe
227
expect(row.score).toBeTypeOf('number');
228
});
229
},
230
- { timeout: 20_000, retryInterval: 100 }
+ { timeout: 40_000, retryInterval: 100 }
231
);
232
}
233
@@ -396,7 +396,7 @@ describe
396
397
398
399
- { timeout: 20_000 }
+ { timeout: 40_000 }
400
401
402
@@ -475,7 +475,7 @@ describe
475
expect(row.score).toEqual(0);
476
477
478
479
480
481
0 commit comments