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 4c35228 commit 4d1ba2aCopy full SHA for 4d1ba2a
src/test/31-conflicts.ts
@@ -20,7 +20,7 @@ describe("config.maxRetries", () => {
20
collection = await db.createCollection(collectionName);
21
await db.waitForPropagation(
22
{ pathname: `/_api/collection/${collection.name}` },
23
- 10000,
+ 60000,
24
);
25
});
26
after(async () => {
0 commit comments