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.
This commit is contained in:
Ron Eldor 2018-11-22 15:56:06 +02:00
parent 3adb981383
commit 2ad73aa388

View file

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