Skip to content

Commit 6fe8401

Browse files
committed
test: bump timeout
1 parent 8ffc70e commit 6fe8401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/bundle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { describe, it, expect } from 'vitest'
88
import { glob } from 'tinyglobby'
99

1010
describe('nuxt image bundle size', () => {
11-
it('should match snapshot', { timeout: 40_000 }, async () => {
11+
it('should match snapshot', { timeout: 120_000 }, async () => {
1212
const rootDir = fileURLToPath(new URL('../.tmp', import.meta.url))
1313
await fsp.rm(rootDir, { recursive: true, force: true })
1414

0 commit comments

Comments
 (0)