Skip to content

Commit f71ae31

Browse files
authored
[BTS-2237] Increase waitForPropagation tiimeout for 31-conflicts tests (#833)
* Attempt to fix the test * Increase even more
1 parent 4d1ba2a commit f71ae31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/31-conflicts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe("config.maxRetries", () => {
2020
collection = await db.createCollection(collectionName);
2121
await db.waitForPropagation(
2222
{ pathname: `/_api/collection/${collection.name}` },
23-
60000,
23+
80000,
2424
);
2525
});
2626
after(async () => {

0 commit comments

Comments
 (0)