Skip to content

Commit 2d42667

Browse files
michalpasztamobicaccli8
authored andcommitted
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 5a163b1 commit 2d42667

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
@@ -43,7 +43,7 @@ namespace udp_global {
4343
#ifdef MBED_GREENTEA_TEST_UDPSOCKET_TIMEOUT_S
4444
static const int TESTS_TIMEOUT = MBED_GREENTEA_TEST_UDPSOCKET_TIMEOUT_S;
4545
#else
46-
static const int TESTS_TIMEOUT = 480;
46+
static const int TESTS_TIMEOUT = (20 * 60);
4747
#endif
4848

4949
static const int MAX_SEND_SIZE_IPV4 = 536;

0 commit comments

Comments
 (0)