We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca66a4 commit 1e4c31cCopy full SHA for 1e4c31c
test/e2e/next-test-lib/e2e-utils.ts
@@ -4,9 +4,6 @@ import { NextConfig } from 'next'
4
import { InstallCommand, NextInstance, PackageJson } from './next-modes/base'
5
import { NextDeployInstance } from './next-modes/next-deploy'
6
7
-// increase timeout to account for yarn install time
8
-jest.setTimeout(240 * 1000)
9
-
10
const testsFolder = path.join(__dirname, '..')
11
12
let testFile
0 commit comments