Skip to content

Commit 13d3c73

Browse files
committed
chore: extend timeout
1 parent 1e4c31c commit 13d3c73

File tree

2 files changed

+276
-0
lines changed

2 files changed

+276
-0
lines changed

package-lock.json

+273
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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 5 minutes, because it includes the time to deploy the site
8+
jest.setTimeout(5 * 60 * 1000)
9+
710
const testsFolder = path.join(__dirname, '..')
811

912
let testFile

0 commit comments

Comments
 (0)