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:
parent
5b8f120fca
commit
6fd1aa050e
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ int execute_tests( int args, const char ** argv )
|
||||||
void ** params = NULL;
|
void ** params = NULL;
|
||||||
uint8_t * data = NULL, * p = NULL;
|
uint8_t * data = NULL, * p = NULL;
|
||||||
|
|
||||||
GREENTEA_SETUP( 180, "mbedtls_test" );
|
GREENTEA_SETUP( 800, "mbedtls_test" );
|
||||||
greentea_send_kv( "GO", " " );
|
greentea_send_kv( "GO", " " );
|
||||||
|
|
||||||
while ( 1 )
|
while ( 1 )
|
||||||
|
|
Loading…
Reference in a new issue