Skip to content

Commit 32ff44d

Browse files
committed
nginx PQC test: lengthen HTTP response wait to avoid handshake-timing flakes
1 parent 0f9d2a5 commit 32ff44d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/nginx/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sleep 2
1919

2020
fail=0
2121
for g in ${GROUPS}; do
22-
out=$( (printf 'GET / HTTP/1.0\r\nHost: localhost\r\n\r\n'; sleep 0.5) \
22+
out=$( (printf 'GET / HTTP/1.0\r\nHost: localhost\r\n\r\n'; sleep 1) \
2323
| "${O}/bin/openssl" s_client -connect "localhost:${PORT}" \
2424
-groups "${g}" -CAfile "${CA}" -servername localhost 2>&1)
2525

0 commit comments

Comments
 (0)