]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
curl: increase test timeouts
authorRoss Burton <ross.burton@arm.com>
Fri, 15 Mar 2024 14:37:37 +0000 (14:37 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Mar 2024 15:24:56 +0000 (15:24 +0000)
commite2e9ec1bf97a7e36a05a247dbc671ecca584205f
tree629d87a7137cbffbadbdf5776963f1eb8648eeba
parent3c3601d50ae290e7e9797eadd20c05df99bbd040
curl: increase test timeouts

We often see multiple curl tests fail during ptest runs, the actual test
varies but the output is like this:

  FAIL: 337: protoc!
  There was no content at all in the file log/3/server.input.
  Server glitch? Total curl failure? Returned: 28

Error code 28 is CURLE_OPERATION_TIMEDOUT, so this is almost certainly
due to a loaded machine resulting in the tests running slowly.

It is notable that the test runner explicitly passes --max-time=13 to
curl, so experiment and change this to 600 to see if this solves the
problem.

[ YOCTO #15268 ]

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/curl/curl/no-test-timeout.patch [new file with mode: 0644]
meta/recipes-support/curl/curl_8.6.0.bb