| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fee565b commit 72b90fd
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,6 +21,9 @@ test-fs-rmdir-recursive: PASS, FLAKY | |||
| 21 | 21 | test-domain-error-types: PASS,FLAKY | |
| 22 | 22 | ||
| 23 | 23 | [$system==macos] | |
| 24 | + # https://github.com/nodejs/node/issues/42741 | ||
| 25 | + test-http-server-headers-timeout-keepalive: PASS,FLAKY | ||
| 26 | + test-http-server-request-timeout-keepalive: PASS,FLAKY | ||
| 24 | 27 | ||
| 25 | 28 | [$arch==arm || $arch==arm64] | |
| 26 | 29 | # https://github.com/nodejs/node/pull/31178 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ function performRequestWithDelay(client, firstDelay, secondDelay, closeAfter) { | |||
| 24 | 24 | }, firstDelay + secondDelay).unref(); | |
| 25 | 25 | } | |
| 26 | 26 | ||
| 27 | - const headersTimeout = common.platformTimeout(2000); | ||
| 27 | + const headersTimeout = common.platformTimeout(5000); | ||
| 28 | 28 | const server = createServer({ | |
| 29 | 29 | headersTimeout, | |
| 30 | 30 | requestTimeout: 0, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -24,7 +24,7 @@ function performRequestWithDelay(client, firstDelay, secondDelay, closeAfter) { | |||
| 24 | 24 | }, firstDelay + secondDelay).unref(); | |
| 25 | 25 | } | |
| 26 | 26 | ||
| 27 | - const requestTimeout = common.platformTimeout(2000); | ||
| 27 | + const requestTimeout = common.platformTimeout(5000); | ||
| 28 | 28 | const server = createServer({ | |
| 29 | 29 | headersTimeout: 0, | |
| 30 | 30 | requestTimeout, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments