Skip to content

Commit 6fd1aa0

Browse files
Ron EldorRon Eldor
authored andcommitted
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.
1 parent 5b8f120 commit 6fd1aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/target_test.function

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ int execute_tests( int args, const char ** argv )
368368
void ** params = NULL;
369369
uint8_t * data = NULL, * p = NULL;
370370

371-
GREENTEA_SETUP( 180, "mbedtls_test" );
371+
GREENTEA_SETUP( 800, "mbedtls_test" );
372372
greentea_send_kv( "GO", " " );
373373

374374
while ( 1 )

0 commit comments

Comments
 (0)