Skip to content

Commit 1e4c31c

Browse files
committed
chore: increase timeout
1 parent 5ca66a4 commit 1e4c31c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/next-test-lib/e2e-utils.ts

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { NextConfig } from 'next'
44
import { InstallCommand, NextInstance, PackageJson } from './next-modes/base'
55
import { NextDeployInstance } from './next-modes/next-deploy'
66

7-
// increase timeout to account for yarn install time
8-
jest.setTimeout(240 * 1000)
9-
107
const testsFolder = path.join(__dirname, '..')
118

129
let testFile

0 commit comments

Comments
 (0)