Commit f45d60f
[test] Increase response timeout in
The `next.browserWithResponse()` test helper is currently only used in
the `fallback-shells` test suite, which frequently times out after 10
seconds in CI, because the initial compilation for the first request can
take quite a while when there's resource contention. Increasing the
timeout to 30 seconds should help mitigate these issues. We could also
consider removing the timeout entirely. Playwright also doesn't use a
timeout per default for the `page.goto()` method, which we use for
`next.browser()` and `next.browserWithResponse()` under the hood.next.browserWithResponse() (#85911)1 parent 8687113 commit f45d60f
File tree
2 files changed
+2
-2
lines changed- test
- e2e/app-dir/fallback-shells
- lib/next-modes
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
787 | | - | |
| 787 | + | |
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| |||
0 commit comments