test: mark "should cache build" as slow (#17637)
Frequently timing out on the bots.
This commit is contained in:
parent
06e73b414f
commit
50d4a5844f
|
|
@ -202,6 +202,8 @@ test('should extract component list', async ({ runInlineTest }, testInfo) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should cache build', async ({ runInlineTest }, testInfo) => {
|
test('should cache build', async ({ runInlineTest }, testInfo) => {
|
||||||
|
test.slow();
|
||||||
|
|
||||||
await test.step('original test', async () => {
|
await test.step('original test', async () => {
|
||||||
const result = await runInlineTest({
|
const result = await runInlineTest({
|
||||||
'playwright/index.html': `<script type="module" src="/playwright/index.ts"></script>`,
|
'playwright/index.html': `<script type="module" src="/playwright/index.ts"></script>`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue