]> git.ipfire.org Git - thirdparty/curl.git/commit
tests/http: add timeout to running curl in test cases
authorStefan Eissing <stefan@eissing.org>
Fri, 17 Mar 2023 08:30:02 +0000 (09:30 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 26 Mar 2023 15:41:46 +0000 (17:41 +0200)
commit9d107b6954d5690731f86702105d2e29421f7226
treeb853d32ed2faa342e1d891cababa422087ba9329
parent9c469942e2ffa2551400bf000663da149e611907
tests/http: add timeout to running curl in test cases

- we had a CI case once where `curl` seemingly did not
  return and it was hard to guess what happened.
- make curl execution in test cases time out after 60 seconds

Closes #10783
tests/http/scorecard.py
tests/http/testenv/curl.py
tests/http/testenv/env.py
tests/http/testenv/httpd.py