diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-support/curl/curl/no-test-timeout.patch | 18 | ||||
| -rw-r--r-- | meta/recipes-support/curl/curl_8.6.0.bb | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-support/curl/curl/no-test-timeout.patch b/meta/recipes-support/curl/curl/no-test-timeout.patch new file mode 100644 index 0000000000..b4cfe716db --- /dev/null +++ b/meta/recipes-support/curl/curl/no-test-timeout.patch | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | Set the max-time timeout to 600 so the timeout is 10 minutes instead of 13 seconds. | ||
| 2 | |||
| 3 | Upstream-Status: Inappropriate | ||
| 4 | Signed-off-by: Ross Burton <ross.burton@arm.com> | ||
| 5 | |||
| 6 | diff --git a/tests/servers.pm b/tests/servers.pm | ||
| 7 | index d4472d509..aeab62c47 100644 | ||
| 8 | --- a/tests/servers.pm | ||
| 9 | +++ b/tests/servers.pm | ||
| 10 | @@ -120,7 +120,7 @@ my $sshdverstr; # for socks server, ssh daemon version string | ||
| 11 | my $sshderror; # for socks server, ssh daemon version error | ||
| 12 | my %doesntrun; # servers that don't work, identified by pidfile | ||
| 13 | my %PORT = (nolisten => 47); # port we use for a local non-listening service | ||
| 14 | -my $server_response_maxtime=13; | ||
| 15 | +my $server_response_maxtime=600; | ||
| 16 | my $httptlssrv = find_httptlssrv(); | ||
| 17 | my %run; # running server | ||
| 18 | my %runcert; # cert file currently in use by an ssl running server | ||
diff --git a/meta/recipes-support/curl/curl_8.6.0.bb b/meta/recipes-support/curl/curl_8.6.0.bb index d4473d868e..ea69164d76 100644 --- a/meta/recipes-support/curl/curl_8.6.0.bb +++ b/meta/recipes-support/curl/curl_8.6.0.bb | |||
| @@ -13,6 +13,7 @@ SRC_URI = " \ | |||
| 13 | https://curl.se/download/${BP}.tar.xz \ | 13 | https://curl.se/download/${BP}.tar.xz \ |
| 14 | file://run-ptest \ | 14 | file://run-ptest \ |
| 15 | file://disable-tests \ | 15 | file://disable-tests \ |
| 16 | file://no-test-timeout.patch \ | ||
| 16 | " | 17 | " |
| 17 | SRC_URI[sha256sum] = "3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15" | 18 | SRC_URI[sha256sum] = "3ccd55d91af9516539df80625f818c734dc6f2ecf9bada33c76765e99121db15" |
| 18 | 19 | ||
