Skip to content

Commit

Permalink
Relax TLSSOCKET_RECV_TIMEOUT sigio timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpasztamobica committed Apr 8, 2019
1 parent 3505923 commit 872edd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTS/netsocket/tls/tlssocket_recv_timeout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ using namespace utest::v1;

namespace {
static const int SIGNAL_SIGIO = 0x1;
static const int SIGIO_TIMEOUT = 20000; //[ms]
static const int SIGIO_TIMEOUT = 50000; //[ms]
}

static void _sigio_handler(osThreadId id)
Expand Down

0 comments on commit 872edd4

Please sign in to comment.