Skip to content

Commit f76e1f8

Browse files
authored
Merge branch 'main' into tn/data-redirect
2 parents e2d051e + 8144348 commit f76e1f8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ body:
4949
validations:
5050
required: true
5151

52+
- type: checkboxes
53+
id: more-nextjs-info
54+
attributes:
55+
label: Is your issue related to the `app` directory (beta)?
56+
options:
57+
- label: Yes, I am using the `app` directory
58+
5259
- type: checkboxes
5360
id: more-info
5461
attributes:

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)