Commit 7aef84ce authored by Robert Lubos's avatar Robert Lubos Committed by Mahesh Mahadevan
Browse files

tests: net: sockets: tls: Increase connect timeout



Since fc007eee TLS sockets support
timeout based on CONFIG_NET_SOCKETS_CONNECT_TIMEOUT value. The TLS test
suite reduced this config value to speed up the tests, however it turns
out the 100ms timeout is too low to finalize the handshake on slower
platforms (nrf52840 specifically). Therefore increase the timeout value
to 200ms to prevent test failures on those.

Signed-off-by: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent d7497507
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ CONFIG_ZVFS_OPEN_MAX=20

# Keep timings short for the test
CONFIG_NET_TCP_TIME_WAIT_DELAY=10
CONFIG_NET_SOCKETS_CONNECT_TIMEOUT=100
CONFIG_NET_SOCKETS_CONNECT_TIMEOUT=200

# Network driver config
CONFIG_NET_DRIVERS=y