diff --git a/src/structures/services/structures-search.service.spec.ts b/src/structures/services/structures-search.service.spec.ts index ed226632d31a01e424d865f37166a39a6a61679d..67fd4e9ae58f0daedcadbcaa0ee594f642eb31d4 100644 --- a/src/structures/services/structures-search.service.spec.ts +++ b/src/structures/services/structures-search.service.spec.ts @@ -49,7 +49,7 @@ describe('StructuresSearchService', () => { // wait for the new structures to be indexed before search await service.refreshIndexStructure(); // but we still need to wait the refresh to be done - await new Promise((r) => setTimeout(r, 1000)); + await new Promise((r) => setTimeout(r, 2000)); }); it('should find maisons de la métropole', async () => {