Skip to content

Commit fb0f0d1

Browse files
committed
test(e2e): use latest next version for e2e tests, shorten default timeout
1 parent a4417c5 commit fb0f0d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/capture/capture-flood/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.1.0",
14+
"next": "latest",
1515
"useflytrap": "latest"
1616
}
1717
}

e2e/capture/error-boundary/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "14.1.1-canary.27",
1312
"react": "^18",
1413
"react-dom": "^18",
14+
"next": "latest",
1515
"useflytrap": "latest"
1616
}
1717
}

e2e/fixture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type NextTestOptions = {
1919

2020
export function createNextTest({
2121
path,
22-
timeout = ms("5 minutes"),
22+
timeout = ms("1 minute"),
2323
port = 3000,
2424
dependencies,
2525
showStdout = false,

0 commit comments

Comments
 (0)