mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 03:45:50 +00:00 
			
		
		
		
	test: Increase cassandra timeouts in tests (#2127)
Fix: https://github.com/XRPLF/clio/issues/2124
This commit is contained in:
		@@ -101,8 +101,8 @@ protected:
 | 
			
		||||
        {"database.cassandra.core_connections_per_host", ConfigValue{ConfigType::Integer}.defaultValue(1)},
 | 
			
		||||
        {"database.cassandra.queue_size_io", ConfigValue{ConfigType::Integer}.optional()},
 | 
			
		||||
        {"database.cassandra.write_batch_size", ConfigValue{ConfigType::Integer}.defaultValue(20)},
 | 
			
		||||
        {"database.cassandra.connect_timeout", ConfigValue{ConfigType::Integer}.defaultValue(1).optional()},
 | 
			
		||||
        {"database.cassandra.request_timeout", ConfigValue{ConfigType::Integer}.defaultValue(1).optional()},
 | 
			
		||||
        {"database.cassandra.connect_timeout", ConfigValue{ConfigType::Integer}.defaultValue(10).optional()},
 | 
			
		||||
        {"database.cassandra.request_timeout", ConfigValue{ConfigType::Integer}.defaultValue(10).optional()},
 | 
			
		||||
        {"database.cassandra.username", ConfigValue{ConfigType::String}.optional()},
 | 
			
		||||
        {"database.cassandra.password", ConfigValue{ConfigType::String}.optional()},
 | 
			
		||||
        {"database.cassandra.certfile", ConfigValue{ConfigType::String}.optional()},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user