Skip to content

Commit 6dfa2d7

Browse files
Increase UDP test timeout to 1200s
This is because the ESP8266 is now waiting for SEND OK and takes much more to complete the send_repeat, and echo_burst tests in RAAS. (but has higher pass ratio).
1 parent d23d55c commit 6dfa2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/netsocket/udp/udp_tests.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static const int TESTS_TIMEOUT = MBED_GREENTEA_TEST_UDPSOCKET_TIMEOUT_S;
4848
#if MBED_CONF_TARGET_NETWORK_DEFAULT_INTERFACE_TYPE == MESH && MBED_CONF_NSAPI_DEFAULT_MESH_TYPE == WISUN
4949
static const int TESTS_TIMEOUT = (25 * 60);
5050
#else
51-
static const int TESTS_TIMEOUT = (10 * 60);
51+
static const int TESTS_TIMEOUT = (20 * 60);
5252
#endif
5353
#endif
5454

0 commit comments

Comments
 (0)