We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffc70e commit 6fe8401Copy full SHA for 6fe8401
test/e2e/bundle.test.ts
@@ -8,7 +8,7 @@ import { describe, it, expect } from 'vitest'
8
import { glob } from 'tinyglobby'
9
10
describe('nuxt image bundle size', () => {
11
- it('should match snapshot', { timeout: 40_000 }, async () => {
+ it('should match snapshot', { timeout: 120_000 }, async () => {
12
const rootDir = fileURLToPath(new URL('../.tmp', import.meta.url))
13
await fsp.rm(rootDir, { recursive: true, force: true })
14
0 commit comments