Skip to content

Commit 4c4a5f5

Browse files
authored
Merge branch 'main' into nickytonline/update-issue-template
2 parents 938df7c + 9bc82ed commit 4c4a5f5

File tree

4 files changed

+68
-68
lines changed

4 files changed

+68
-68
lines changed

package-lock.json

Lines changed: 65 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/preset-env": "^7.15.8",
5353
"@babel/preset-typescript": "^7.16.0",
5454
"@delucis/if-env": "^1.1.2",
55-
"@netlify/build": "^29.5.8",
55+
"@netlify/build": "^29.6.0",
5656
"@netlify/eslint-config-node": "^7.0.1",
5757
"@testing-library/cypress": "^8.0.1",
5858
"@types/fs-extra": "^9.0.13",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@delucis/if-env": "^1.1.2",
39-
"@netlify/build": "^29.5.8",
39+
"@netlify/build": "^29.6.0",
4040
"@types/fs-extra": "^9.0.13",
4141
"@types/jest": "^27.4.1",
4242
"@types/merge-stream": "^1.1.2",

test/e2e/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
'\\.[jt]sx?$': 'babel-jest',
1616
},
1717
verbose: true,
18-
testTimeout: 300000,
18+
testTimeout: 600000, // ten minutes
1919
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx'],
2020
moduleNameMapper: {
2121
'e2e-utils': '<rootDir>/next-test-lib/e2e-utils.ts',

0 commit comments

Comments
 (0)