mirror of
				https://github.com/cuberite/polarssl.git
				synced 2025-11-04 04:32:24 -05:00 
			
		
		
		
	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
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user