Relax TLSSOCKET_RECV_TIMEOUT sigio timeout

pull/10469/head
Michal Paszta 2019-04-05 17:43:06 +03:00 committed by adbridge
parent d75000de26
commit 4069781677
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)