From 2ad73aa38864de5ade2a1e8417597b4affc566db Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Thu, 22 Nov 2018 15:56:06 +0200 Subject: [PATCH] Increase test suite timeout Increase the test suite timeouit from 180 seconds, to 800 seconds, since some tests consume more time, even if all tests are skipped. --- tests/suites/target_test.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/target_test.function b/tests/suites/target_test.function index d430d9d5d..a0d66532b 100644 --- a/tests/suites/target_test.function +++ b/tests/suites/target_test.function @@ -368,7 +368,7 @@ int execute_tests( int args, const char ** argv ) void ** params = NULL; uint8_t * data = NULL, * p = NULL; - GREENTEA_SETUP( 180, "mbedtls_test" ); + GREENTEA_SETUP( 800, "mbedtls_test" ); greentea_send_kv( "GO", " " ); while ( 1 )