Skip to content

Commit b464148

Browse files
committed
test(server): fix extension e2e test error from serviceworker timeout
1 parent c96f696 commit b464148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/extension/features/steps/fixtures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const test = base.extend<Fixtures>({
1919
],
2020
});
2121
await use(context);
22-
await context.close();
22+
await context.close({ timeout: 5000 });
2323
},
2424
extensionId: async ({ context }, use) => {
2525
let background: { url(): string };

0 commit comments

Comments
 (0)