tests: Bump timeout for the execution of all unit tests
This commit is contained in:
		@ -80,6 +80,8 @@ test(
 | 
				
			|||||||
    'rstest',
 | 
					    'rstest',
 | 
				
			||||||
    cargo_script,
 | 
					    cargo_script,
 | 
				
			||||||
    args: ['', 'test'],
 | 
					    args: ['', 'test'],
 | 
				
			||||||
 | 
					    # this is a whole Carg-based test suite, let it run for a while
 | 
				
			||||||
 | 
					    timeout: 900,
 | 
				
			||||||
    depends: build_rstests,
 | 
					    depends: build_rstests,
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user