From f1384470bf9433320d0b601b6d9778c919794bf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Tue, 14 Oct 2014 22:57:46 +0200 Subject: [PATCH] Avoid spurious timeout in ssl-opt.sh --- tests/ssl-opt.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index ac78b1fbf..716174e40 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -2470,7 +2470,7 @@ needs_more_time 6 run_test "DTLS proxy: 3d, openssl server" \ -p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \ "$O_SRV -dtls1 -mtu 2048" \ - "$P_CLI dtls=1 hs_timeout=250-10000" \ + "$P_CLI dtls=1 hs_timeout=250-60000" \ 0 \ -s "Extra-header:" \ -c "HTTP/1.0 200 OK" @@ -2479,7 +2479,7 @@ needs_more_time 6 run_test "DTLS proxy: 3d, openssl server, fragmentation" \ -p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \ "$O_SRV -dtls1 -mtu 768" \ - "$P_CLI dtls=1 hs_timeout=250-10000" \ + "$P_CLI dtls=1 hs_timeout=250-60000" \ 0 \ -s "Extra-header:" \ -c "HTTP/1.0 200 OK" @@ -2488,7 +2488,7 @@ needs_more_time 6 run_test "DTLS proxy: 3d, openssl server, fragmentation, nbio" \ -p "$P_PXY drop=5 delay=5 duplicate=5 protect_hvr=1" \ "$O_SRV -dtls1 -mtu 768" \ - "$P_CLI dtls=1 hs_timeout=250-10000 nbio=2" \ + "$P_CLI dtls=1 hs_timeout=250-60000 nbio=2" \ 0 \ -s "Extra-header:" \ -c "HTTP/1.0 200 OK" @@ -2497,7 +2497,7 @@ needs_more_time 6 run_test "DTLS proxy: 3d, gnutls server" \ -p "$P_PXY drop=5 delay=5 duplicate=5" \ "$G_SRV -u --mtu 2048 -a" \ - "$P_CLI dtls=1 hs_timeout=250-10000" \ + "$P_CLI dtls=1 hs_timeout=250-60000" \ 0 \ -s "Extra-header:" \ -c "Extra-header:" @@ -2506,7 +2506,7 @@ needs_more_time 6 run_test "DTLS proxy: 3d, gnutls server, fragmentation" \ -p "$P_PXY drop=5 delay=5 duplicate=5" \ "$G_SRV -u --mtu 512" \ - "$P_CLI dtls=1 hs_timeout=250-10000" \ + "$P_CLI dtls=1 hs_timeout=250-60000" \ 0 \ -s "Extra-header:" \ -c "Extra-header:" @@ -2515,7 +2515,7 @@ needs_more_time 6 run_test "DTLS proxy: 3d, gnutls server, fragmentation, nbio" \ -p "$P_PXY drop=5 delay=5 duplicate=5" \ "$G_SRV -u --mtu 512" \ - "$P_CLI dtls=1 hs_timeout=250-10000 nbio=2" \ + "$P_CLI dtls=1 hs_timeout=250-60000 nbio=2" \ 0 \ -s "Extra-header:" \ -c "Extra-header:"