Skip to content

Commit c351aeb

Browse files
committed
chore(examples-plugins): increase lighthouse example plugin timeout
1 parent 1dfe112 commit c351aeb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/plugins/src/lighthouse/src/lighthouse.plugin.integration.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ describe('lighthouse-create-export-execution', () => {
100100
MEMFS_VOLUME,
101101
);
102102
});
103+
103104
it('should return PluginConfig that executes correctly', async () => {
104105
const pluginConfig = await create({ url: LIGHTHOUSE_URL });
105106
await expect(executePlugin(pluginConfig)).resolves.toMatchObject(
@@ -128,7 +129,7 @@ describe('lighthouse-create-export-execution', () => {
128129
expect(auditOutputs).toHaveLength(1);
129130
expect(auditOutputs[0]?.slug).toBe('largest-contentful-paint');
130131
});
131-
}, 30_000);
132+
}, 40_000);
132133

133134
describe('lighthouse-audits-export', () => {
134135
it.each(audits.map(a => [a.slug, a]))(

0 commit comments

Comments
 (0)