mirror of https://github.com/ARMmbed/mbed-os.git
Relax TLSSOCKET_RECV_TIMEOUT sigio timeout
parent
3505923d02
commit
872edd4964
|
@ -28,7 +28,7 @@ using namespace utest::v1;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
static const int SIGNAL_SIGIO = 0x1;
|
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)
|
static void _sigio_handler(osThreadId id)
|
||||||
|
|
Loading…
Reference in New Issue