Skip to content

Commit 4d1ba2a

Browse files
authored
Increased timeout (#832)
1 parent 4c35228 commit 4d1ba2a

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-
10000,
23+
60000,
2424
);
2525
});
2626
after(async () => {

0 commit comments

Comments
 (0)