Skip to content

Commit 387f823

Browse files
committed
chore(firestore-stripe-web-sdk): increased test timeout to 1 minute
1 parent c6fd8fc commit 387f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore-stripe-web-sdk/test/emulator.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ describe("Emulator tests", () => {
12881288
async function until(
12891289
predicate: () => boolean,
12901290
intervalMillis: number = 50,
1291-
timeoutMillis: number = 5 * 1000
1291+
timeoutMillis: number = 60 * 1000
12921292
) {
12931293
const start = Date.now();
12941294
let done = false;

0 commit comments

Comments
 (0)