Skip to content

Commit

Permalink
increasing timeout of after func
Browse files Browse the repository at this point in the history
  • Loading branch information
colerogers committed Oct 3, 2022
1 parent fdc00e0 commit 41f0bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/triggers-end-to-end-tests/tests.ts
Expand Up @@ -115,7 +115,7 @@ describe("function triggers", () => {
});

after(async function (this) {
this.timeout(EMULATORS_SHUTDOWN_DELAY_MS);
this.timeout(EMULATORS_SHUTDOWN_DELAY_MS * 2);
database?.goOffline();
for (const fn of firestoreUnsub) fn();
await firestore?.terminate();
Expand Down

0 comments on commit 41f0bc3

Please sign in to comment.