Skip to content

Commit 4bef448

Browse files
Relax TLSSOCKET_RECV_TIMEOUT sigio timeout
1 parent a217e19 commit 4bef448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/netsocket/tls/tlssocket_recv_timeout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ using namespace utest::v1;
2828

2929
namespace {
3030
static const int SIGNAL_SIGIO = 0x1;
31-
static const int SIGIO_TIMEOUT = 20000; //[ms]
31+
static const int SIGIO_TIMEOUT = 50000; //[ms]
3232
}
3333

3434
static void _sigio_handler(osThreadId id)

0 commit comments

Comments
 (0)