REGTESTS: shorten a bit the delay for the h1/h2 upgrade test

Commit d6c4ed9a96 ("REGTESTS: h1/h2: Update script testing H1/H2
protocol upgrades") introduced a 0.5 second delay which is higher
than those of most other tests (usually 0.05 or 0.2) and triggers
timeouts on my side. Let's just shorten it to 0.2 since its goal
is only to send data separately.

Note: maybe a barrier approach would be possible, though not
      studied.
This commit is contained in:
Willy Tarreau 2024-09-10 10:36:59 +02:00
parent 9f8d9c9e8b
commit 33deb4babe
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ client c10_h1_post -connect ${hap_frt_h1_post_sock} {
-hdr "upgrade: custom_protocol" \
-hdr "content-length: 50"
delay 0.5
delay 0.2
send_n 5 "0123456789"