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:
Andy Green 2015-11-20 18:52:48 +08:00
parent b7fed3532a
commit c0b0c3d1e2

View file

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