return AWAITING_TIMEOUT to 5s
Debugging MBED set it to 20 for a few days Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
b7fed3532a
commit
c0b0c3d1e2
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ extern "C" {
|
|||
#define SPEC_LATEST_SUPPORTED 13
|
||||
#endif
|
||||
#ifndef AWAITING_TIMEOUT
|
||||
#define AWAITING_TIMEOUT 20
|
||||
#define AWAITING_TIMEOUT 5
|
||||
#endif
|
||||
#ifndef CIPHERS_LIST_STRING
|
||||
#define CIPHERS_LIST_STRING "DEFAULT"
|
||||
|
|
Loading…
Add table
Reference in a new issue