Relax TLSSOCKET_RECV_TIMEOUT sigio timeout

pull/10330/head
Michal Paszta 2019-04-05 17:43:06 +03:00
parent 3505923d02
commit 872edd4964
1 changed files with 1 additions and 1 deletions

View File

@ -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)