Skip to content

Commit

Permalink
chore(*): increase timeout on waiting for document to exist in collec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
dackers86 committed Aug 30, 2023
1 parent bd7d1cc commit ffd8a4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const waitForDocumentToExistInCollection = (
query: Query,
field: string | number,
value: any,
timeout: number = 10_000
timeout: number = 20_000
): Promise<DocumentData> => {
return new Promise((resolve, reject) => {
let timedOut = false;
Expand Down

0 comments on commit ffd8a4b

Please sign in to comment.