]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: increase sws timeout for more robust testing
authorStefan Eissing <stefan@eissing.org>
Thu, 6 Apr 2023 09:19:46 +0000 (11:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Apr 2023 14:28:34 +0000 (16:28 +0200)
commit356dd0b73a75ed6d56682c818b73145862881989
tree088378184d65755fa2881b6ccbb8d96b4c324304
parent632e0fbe708a90d3430937699e99797095fa27eb
tests: increase sws timeout for more robust testing

- for https CONNECT forwarding, this was fixed at 5 seconds
  which led to spurious CI test failures
- add --keepalive parameter to sws to control this
- let httpserver use 30 seconds

Closes #10898
tests/http-server.pl
tests/runtests.pl
tests/server/sws.c